Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Hartmut Seichter
0a5db9f8ad just cleanup 2024-10-29 17:46:46 +01:00
2 changed files with 14 additions and 12 deletions

View file

@ -35,7 +35,7 @@ class TableGenerator:
self.run_template(rows=rows)
def run_template(self,rows = [],lang = 'de'):
def run_template(self,rows = [],lang = 'de') -> None:
t = string.Template(self.get_latex_template())

View file

@ -26,3 +26,5 @@ debug-book:
debug:
python ${coursebuilder} -s schema.yaml -m mod.cg.yaml -l de -f fields.yaml
table:
python ${coursebuilder} -s schema.yaml -b book.yaml -l de -f fields.yaml