From 87571fa55f5533af92a11bfd21bf936c849563ee Mon Sep 17 00:00:00 2001 From: Aaron Lichtman Date: Sat, 16 Nov 2019 14:31:05 +0100 Subject: [PATCH] Debug --- jrnl/util.py | 2 ++ 1 file changed, 2 insertions(+) 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