mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-04 15:36:14 +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)
|
||||
if not raw:
|
||||
print('[Nothing saved to file]', file=sys.stderr)
|
||||
else:
|
||||
print("RAW: '" + raw + "'")
|
||||
return raw
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue