clean etherlab: pep8, E266 too many leading '#' for block comment
authorAndrey Skvortsov <andrej.skvortzov@gmail.com>
Sat, 29 Sep 2018 15:33:41 +0300
changeset 2385 f2a53fa6e5d7
parent 2384 d7d9f0e60bc9
child 2386 d00f1430d57a
clean etherlab: pep8, E266 too many leading '#' for block comment
etherlab/EtherCATManagementEditor.py
--- a/etherlab/EtherCATManagementEditor.py	Sat Sep 29 15:31:50 2018 +0300
+++ b/etherlab/EtherCATManagementEditor.py	Sat Sep 29 15:33:41 2018 +0300
@@ -1758,7 +1758,7 @@
         """
 
         # If "Compact View" Checkbox is True
-        ## 'event' is argument of this method or event of checkbox.
+        # 'event' is argument of this method or event of checkbox.
         if event is True or event.GetEventObject().GetValue():
             self.CompactFlag = True