mirror of
https://github.com/gryf/wicd.git
synced 2025-12-21 21:38:06 +01:00
Added wrap_exceptions to wicd-curses.py's run() function.
This commit is contained in:
@@ -1041,6 +1041,7 @@ def main():
|
|||||||
urwid.set_encoding('utf8')
|
urwid.set_encoding('utf8')
|
||||||
ui.run_wrapper(run)
|
ui.run_wrapper(run)
|
||||||
|
|
||||||
|
@wrap_exceptions
|
||||||
def run():
|
def run():
|
||||||
global loop
|
global loop
|
||||||
loop = gobject.MainLoop()
|
loop = gobject.MainLoop()
|
||||||
|
|||||||
Reference in New Issue
Block a user