1
0
mirror of https://github.com/gryf/wicd.git synced 2026-01-07 14:24:22 +01:00

removed the scary wicd-curses exception message

This commit is contained in:
Adam Blackburn
2010-06-09 12:23:28 -05:00

View File

@@ -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()