mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +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
Reference in a new issue