author | Edouard Tisserant |
Mon, 13 Aug 2018 13:24:48 +0200 | |
changeset 2263 | 5227f54f6369 |
parent 2262 | 4195545e2d17 |
child 2264 | cbdac78eb93c |
--- a/ProjectController.py Mon Aug 13 13:24:28 2018 +0200 +++ b/ProjectController.py Mon Aug 13 13:24:48 2018 +0200 @@ -267,7 +267,7 @@ self._setBuildPath(None) self.debug_break = False self.previous_plcstate = None - # copy ConfNodeMethods so that it can be later customized + # copy StatusMethods so that it can be later customized self.StatusMethods = [dic.copy() for dic in self.StatusMethods] def __del__(self):