##// 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 603 lastTime = None
604 604
605 setType = None
606
605 607 def __init__(self, **kwargs):
606 608 Operation.__init__(self, **kwargs)
607 609 self.isConfig = False
General Comments 0
You need to be logged in to leave comments. Login now