1
0
mirror of https://github.com/gryf/wicd.git synced 2026-02-24 11:15:49 +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 # Zap the screen
ui.stop() ui.stop()
# Print out standard notification: # 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 # Flush the buffer so that the notification is always above the
# backtrace # backtrace
sys.stdout.flush() sys.stdout.flush()