Commit 01c72188 authored by Ioannis Papagiannopoulos's avatar Ioannis Papagiannopoulos Committed by Georgios Dagkakis

processOperatorUnavailable was from expectedSignals dict

parent 08651c3d
......@@ -229,7 +229,8 @@ class CoreObject(ManPyObject):
"preemptQueue":0,
"entityRemoved":0,
"entityCreated":0,
"moveEnd":0
"moveEnd":0,
"processOperatorUnavailable":0
}
# lists that keep the start/endShiftTimes of the victim
self.endShiftTimes=[]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment