clean-up: fix PEP8 E203 whitespace before ','
authorAndrey Skvortsov <andrej.skvortzov@gmail.com>
Thu, 17 Aug 2017 10:12:04 +0300
changeset 1761 8c98bad90b8d
parent 1760 ed2e2afb9573
child 1762 fcc406143e5b
clean-up: fix PEP8 E203 whitespace before ','
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