From 8f8be0b9c7482b24c297b227c6713ef8543c2eb2 Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Sat, 26 Feb 2022 19:10:55 -0800 Subject: [PATCH] clean up placeholder messages --- jrnl/messages.py | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/jrnl/messages.py b/jrnl/messages.py index cbbf7936..eed0cbae 100644 --- a/jrnl/messages.py +++ b/jrnl/messages.py @@ -26,7 +26,7 @@ class MsgText(Enum): # --- Exceptions ---# UncaughtException = """ - ERROR OF SOME SORT + ERROR {exception} This is probably a bug. Please file an issue at: @@ -61,13 +61,6 @@ class MsgText(Enum): KeyboardInterruptMsg = "Aborted by user" - SomeTest = """ - Some error or something - - This is a thing to test with this message or whatever and maybe it just - keeps going forever because it's super long for no apparent reason - """ - # --- Journal status ---# JournalNotSaved = "Entry NOT saved to journal"