This commit is contained in:
Aaron Lichtman 2019-11-16 14:31:05 +01:00
parent 7dcc91431e
commit 87571fa55f
No known key found for this signature in database
GPG key ID: 22368077DE9F9903

View file

@ -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