mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-12 09:28:31 +02:00
Merge branch 'master' of https://github.com/alapolloni/jrnl
This commit is contained in:
commit
db820b74ba
1 changed files with 2 additions and 0 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue