diff --git a/jrnl/util.py b/jrnl/util.py index 0a92bc98..fbba969e 100644 --- a/jrnl/util.py +++ b/jrnl/util.py @@ -61,6 +61,8 @@ def prompt(msg): """Prints a message to the std err stream defined in util.""" if not msg.endswith("\n"): msg += "\n" + print "barf" + print msg STDERR.write(u(msg)) def py23_input(msg):