[sulfur] fix syntax error
This commit is contained in:
@@ -1546,10 +1546,10 @@ class SulfurApplication(Controller, SulfurApplicationEventsMixin):
|
||||
dbg_count = 0
|
||||
dbg_count += 1
|
||||
time.sleep(0.2)
|
||||
if self.do_debug and (dbg_count % 500 = 0):
|
||||
if self.do_debug and (dbg_count % 500 == 0):
|
||||
print "process_queue: QueueExecutor thread still alive"
|
||||
self.gtk_loop()
|
||||
if self.do_debug and (dbg_count % 500 = 0):
|
||||
if self.do_debug and (dbg_count % 500 == 0):
|
||||
print "process_queue: after QueueExecutor loop"
|
||||
|
||||
e,i = self.my_inst_errors
|
||||
|
||||
Reference in New Issue
Block a user