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