mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-11 17:18:30 +02:00
poe format
This commit is contained in:
parent
25fe2fea8c
commit
05ee33a61a
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ def _get_template(args, config) -> str:
|
||||||
|
|
||||||
template_text = None
|
template_text = None
|
||||||
|
|
||||||
if (template_path):
|
if template_path:
|
||||||
template_text = read_template_file(template_path)
|
template_text = read_template_file(template_path)
|
||||||
|
|
||||||
return template_text
|
return template_text
|
||||||
|
|
Loading…
Add table
Reference in a new issue