From a4496518de96f7e458043be456443900bfd4a727 Mon Sep 17 00:00:00 2001 From: MinchinWeb Date: Tue, 5 May 2015 15:30:18 -0600 Subject: [PATCH] [CLI] display instructions to enter an entry on the command line when no editor is set --- jrnl/util.py | 1 + 1 file changed, 1 insertion(+) diff --git a/jrnl/util.py b/jrnl/util.py index a38f7e11..7f8caaa1 100644 --- a/jrnl/util.py +++ b/jrnl/util.py @@ -105,6 +105,7 @@ def py23_input(msg=""): def py23_read(msg=""): + print(msg) return STDIN.read()