diff -r 255eada20688 -r 9aa1fdfb7cb2 PLCGenerator.py --- a/PLCGenerator.py Fri Oct 05 18:11:51 2007 +0200 +++ b/PLCGenerator.py Wed Oct 17 17:50:27 2007 +0200 @@ -268,8 +268,6 @@ self.SFCNetworks["Steps"][self.InitialSteps[0]]["actions"].append(action_infos) self.SFCNetworks["Actions"][action_name] = ReIndentText(self.SFCComputedBlocks, 4) self.Program = "" - else: - raise Exception for initialstep in self.InitialSteps: self.ComputeSFCStep(initialstep)