1
0
mirror of https://github.com/gryf/wicd.git synced 2026-04-20 21:01:25 +02:00

Added check for loop before exiting loop

This commit is contained in:
Adam Blackburn
2009-02-19 22:59:40 -06:00
parent 4fc52511ba
commit 8ffe722053
+1
View File
@@ -99,6 +99,7 @@ class wrap_exceptions:
raise
except :
# Quit the loop
if 'loop' in locals():
loop.quit()
# Zap the screen
ui.stop()