PLCControler.py
changeset 1297 cd639725fba5
parent 1294 f02ba5b83811
child 1298 f034fb2b1aab
--- a/PLCControler.py	Thu Aug 29 19:48:29 2013 +0200
+++ b/PLCControler.py	Fri Aug 30 09:18:41 2013 +0200
@@ -758,7 +758,7 @@
         if self.Project is not None:
             try:
                 self.ProgramChunks = GenerateCurrentProgram(self, self.Project, errors, warnings)
-                self.NextCompiledProject = self.Copy(self.Project)
+                self.NextCompiledProject = self.Project #self.Copy(self.Project)
                 program_text = "".join([item[0] for item in self.ProgramChunks])
                 if filepath is not None:
                     programfile = open(filepath, "w")