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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user