mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-12 01:18:31 +02:00
Unable to run cli.py
as a standalone script due to relative imports
This commit is contained in:
parent
873356b623
commit
3b85121f51
1 changed files with 0 additions and 3 deletions
|
@ -267,6 +267,3 @@ def run(manual_args=None):
|
||||||
journal.entries += other_entries
|
journal.entries += other_entries
|
||||||
journal.sort()
|
journal.sort()
|
||||||
journal.write()
|
journal.write()
|
||||||
|
|
||||||
if __name__ == "__main__":
|
|
||||||
run()
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue