Commit 4f304d49 authored by Georgios Dagkakis's avatar Georgios Dagkakis

unneeded line removed

parent 846742dc
......@@ -220,7 +220,6 @@ def createObjectResourcesAndCoreObjects(environment,json_data):
# create the CoreObject
coreObject=objectType(**inputDict)
coreObject.environment=environment
coreObject.env=environment.SimPyEnvironment
environment.ObjList.append(coreObject)
# update the nextIDs list of the object
coreObject.nextIds=getSuccessorList(element['id'])
......
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