just cleanup
This commit is contained in:
parent
010aa5e72f
commit
0a5db9f8ad
2 changed files with 14 additions and 12 deletions
|
@ -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())
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue