mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 21:18:32 +02:00
One more tracer to confirm that code is hanging on suspected line: raw = sys.stdin.read()
This commit is contained in:
parent
3fd13f4b9c
commit
fabf924349
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue