beremiz

8c98bad90b8d
Parents ed2e2afb9573
Children fcc406143e5b
clean-up: fix PEP8 E203 whitespace before ','
--- 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