PEP8: fix E265: block comment should start with '# '
[samba.git] / wintest / wintest.py
index d421369086aa9fc71dc346d3e0cdbad1a4759bef..3c7ac553c5b1f4d246c2534e8565fa58ff364c4c 100644 (file)
@@ -515,7 +515,7 @@ options {
             child.close()
             i = child.exitstatus
             if wait_for_fail:
-                #wait for timeout or fail
+                # wait for timeout or fail
                 if i == None or i > 0:
                     return
             else: