mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
Unable to run cli.py
as a standalone script due to relative imports
This commit is contained in:
parent
6c9aa9df8c
commit
95d920b0bf
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