use path ... but still todo: set as base path to invoide.yaml
This commit is contained in:
@@ -119,6 +119,8 @@ def main():
|
||||
generator = html_generator.HtmlTemplate(args.template)
|
||||
template = generator.prepare_template(invoice_data, envelope_data)
|
||||
|
||||
print(template)
|
||||
|
||||
try:
|
||||
print('Generating invoice...')
|
||||
invoice_pdf = Path(invoice_data.Id).with_suffix('.pdf')
|
||||
|
||||
Reference in New Issue
Block a user