##// END OF EJS Templates
merge desde origin
José Chávez -
r1024:cfc3258ff285 merge
parent child
Show More
1 NO CONTENT: modified file
NO CONTENT: modified file
@@ -711,7 +711,8 class ProcUnitConf():
711 #print "\tRunning the '%s' operation with %s" %(opConfObj.name, opConfObj.id)
711 #print "\tRunning the '%s' operation with %s" %(opConfObj.name, opConfObj.id)
712 sts = self.procUnitObj.call(opType = opConfObj.type,
712 sts = self.procUnitObj.call(opType = opConfObj.type,
713 opName = opConfObj.name,
713 opName = opConfObj.name,
714 opId = opConfObj.id)
714 opId = opConfObj.id,
715 **kwargs)
715
716
716 # total_time = time.time() - ini
717 # total_time = time.time() - ini
717 #
718 #
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
General Comments 0
You need to be logged in to leave comments. Login now