diff --git a/jrnl/util.py b/jrnl/util.py index 959d63a1..3b35c366 100644 --- a/jrnl/util.py +++ b/jrnl/util.py @@ -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