Commit 89259874 authored by Georgios Dagkakis's avatar Georgios Dagkakis Committed by Jérome Perrin

manager passed as None attribute in Entity

parent 47e6e215
......@@ -53,6 +53,8 @@ class Entity(object):
# values to be used in the internal processing of compoundObjects
self.internal = False # informs if the entity is being processed internally
self.isCritical=isCritical # flag to inform weather the entity is critical -> preemption
self.manager=None
# =======================================================================
# outputs results to JSON File
# =======================================================================
......
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