beremiz
Clone
Summary
Browse
Changes
Graph
fixed documentation bug
2018-08-13, Edouard Tisserant
5227f54f6369
Parents
4195545e2d17
Children
cbdac78eb93c
fixed documentation bug
1 files changed, 1 insertions(+), 1 deletions(-)
+1
-1
ProjectController.py
--- 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):