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