names
This commit is contained in:
@ -230,10 +230,10 @@ class ComponentExecutionContext(WithStatistics):
|
|||||||
sleep(1)
|
sleep(1)
|
||||||
# Terminated, exit loop.
|
# Terminated, exit loop.
|
||||||
break # BREAK !!!
|
break # BREAK !!!
|
||||||
except Empty as e:
|
except Empty:
|
||||||
continue
|
continue
|
||||||
except Exception as e:
|
except Exception as exc:
|
||||||
self.handle_error(e, traceback.format_exc())
|
self.handle_error(exc, traceback.format_exc())
|
||||||
|
|
||||||
self.finalize()
|
self.finalize()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user