1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-22 05:48:03 +01:00

removed scary wicd-curses message

This commit is contained in:
Adam Blackburn
2010-06-09 12:20:53 -05:00
parent cd9deb0b95
commit 30fa150054

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