diff --git a/schainpy/controller.py b/schainpy/controller.py index 69334f4..e16f526 100644 --- a/schainpy/controller.py +++ b/schainpy/controller.py @@ -711,8 +711,7 @@ class ProcUnitConf(): #print "\tRunning the '%s' operation with %s" %(opConfObj.name, opConfObj.id) sts = self.procUnitObj.call(opType = opConfObj.type, opName = opConfObj.name, - opId = opConfObj.id, - **kwargs) + opId = opConfObj.id) # total_time = time.time() - ini # diff --git a/schainpy/scripts/schain.xml b/schainpy/scripts/schain.xml index 4f5a3e2..d09d9af 100644 --- a/schainpy/scripts/schain.xml +++ b/schainpy/scripts/schain.xml @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file