mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-28 05:26:13 +02:00
parent
8e89d91c86
commit
598c0e97ce
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ def cli(manual_args=None):
|
|||
journal.limit(args.limit)
|
||||
|
||||
# Reading mode
|
||||
if not mode_export:
|
||||
if not mode_compose and not mode_export:
|
||||
print(journal.pprint())
|
||||
|
||||
# Various export modes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue