mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 13:08:31 +02:00
Debug
This commit is contained in:
parent
7dcc91431e
commit
87571fa55f
1 changed files with 2 additions and 0 deletions
|
@ -118,6 +118,8 @@ def get_text_from_editor(config, template=""):
|
||||||
os.remove(tmpfile)
|
os.remove(tmpfile)
|
||||||
if not raw:
|
if not raw:
|
||||||
print('[Nothing saved to file]', file=sys.stderr)
|
print('[Nothing saved to file]', file=sys.stderr)
|
||||||
|
else:
|
||||||
|
print("RAW: '" + raw + "'")
|
||||||
return raw
|
return raw
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue