diff --git a/jrnl/cli.py b/jrnl/cli.py index 59b016bd..c3d0ec14 100644 --- a/jrnl/cli.py +++ b/jrnl/cli.py @@ -401,6 +401,8 @@ def run(manual_args=None): else: sys.exit() + print("still going after mode_compose block", file=sys.stderr) + # Import mode if mode_import: plugins.get_importer(args.import_).import_(journal, args.input)