just cleanup

This commit is contained in:
Hartmut Seichter 2024-10-29 17:46:46 +01:00
parent 010aa5e72f
commit 0a5db9f8ad
2 changed files with 14 additions and 12 deletions

View file

@ -35,7 +35,7 @@ class TableGenerator:
self.run_template(rows=rows) 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()) t = string.Template(self.get_latex_template())

View file

@ -26,3 +26,5 @@ debug-book:
debug: debug:
python ${coursebuilder} -s schema.yaml -m mod.cg.yaml -l de -f fields.yaml 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