From 30fa1500547da605c8e5d3ca091c3cdd20f18142 Mon Sep 17 00:00:00 2001 From: Adam Blackburn Date: Wed, 9 Jun 2010 12:20:53 -0500 Subject: [PATCH] removed scary wicd-curses message --- curses/wicd-curses.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/curses/wicd-curses.py b/curses/wicd-curses.py index d32b19d..b4a388b 100755 --- a/curses/wicd-curses.py +++ b/curses/wicd-curses.py @@ -105,7 +105,8 @@ def wrap_exceptions(func): # Zap the screen ui.stop() # Print out standard notification: - print >> sys.stderr, "\n" + language['exception'] + # This message was far too scary for humans, so it's gone now. + # print >> sys.stderr, "\n" + language['exception'] # Flush the buffer so that the notification is always above the # backtrace sys.stdout.flush()