##// END OF EJS Templates
Set default value for setType in ParamWriter
Juan C. Espinoza -
r1222:4fb9a88ae50c
parent child
Show More
@@ -602,6 +602,8 class ParamWriter(Operation):
602
602
603 lastTime = None
603 lastTime = None
604
604
605 setType = None
606
605 def __init__(self, **kwargs):
607 def __init__(self, **kwargs):
606 Operation.__init__(self, **kwargs)
608 Operation.__init__(self, **kwargs)
607 self.isConfig = False
609 self.isConfig = False
General Comments 0
You need to be logged in to leave comments. Login now