# HG changeset patch # User Andrey Skvortsov # Date 1502953924 -10800 # Node ID 8c98bad90b8d95825b229b238303de2017550839 # Parent ed2e2afb9573141130a7fb52890f7b84f7087b87 clean-up: fix PEP8 E203 whitespace before ',' diff -r ed2e2afb9573 -r 8c98bad90b8d graphics/FBD_Objects.py --- a/graphics/FBD_Objects.py Thu Aug 17 10:08:23 2017 +0300 +++ b/graphics/FBD_Objects.py Thu Aug 17 10:12:04 2017 +0300 @@ -263,7 +263,7 @@ self.Description = None if self.ExecutionControl: inputs.insert(0, ("EN", "BOOL", "none")) - outputs.insert(0, ("ENO" , "BOOL", "none")) + outputs.insert(0, ("ENO", "BOOL", "none")) self.Pen = MiterPen(self.Colour) # Extract the inputs properties and create or modify the corresponding connector