diff -r 5f8e02717560 -r cd639725fba5 PLCControler.py --- 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")