Entropy/Spritz:
- since I am annoyed to see this weird exception on exit, ignore it completely git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1793 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
@@ -65,7 +65,7 @@ class ProcessGtkEventsThread(Thread):
|
||||
def dosleep(self):
|
||||
try:
|
||||
time.sleep(0.5)
|
||||
except AttributeError:
|
||||
except:
|
||||
pass
|
||||
|
||||
def doQuit(self):
|
||||
|
||||
Reference in New Issue
Block a user