Blob Blame History Raw
# HG changeset patch
# User tk0miya <i.tkomiya@gmail.com>
# Date 1396941578 -32400
# Node ID 905c37512004458924676fa0c92bdd580081be51
# Parent  0f0bedc557972418baabfa16f7ba546826d16973
Fix flake8 violations

diff --git a/src/nwdiag/tests/test_pep8.py b/src/nwdiag/tests/test_pep8.py
--- a/src/nwdiag/tests/test_pep8.py
+++ b/src/nwdiag/tests/test_pep8.py
@@ -43,7 +43,7 @@
     if report.total_errors:
         if options.count:
             sys.stderr.write(str(report.total_errors) + '\n')
-        #sys.exit(1)
+        # sys.exit(1)
 
     # reporting errors (additional summary)
     errors = report.get_count('E')
diff --git a/src/packetdiag/tests/test_pep8.py b/src/packetdiag/tests/test_pep8.py
--- a/src/packetdiag/tests/test_pep8.py
+++ b/src/packetdiag/tests/test_pep8.py
@@ -43,7 +43,7 @@
     if report.total_errors:
         if options.count:
             sys.stderr.write(str(report.total_errors) + '\n')
-        #sys.exit(1)
+        # sys.exit(1)
 
     # reporting errors (additional summary)
     errors = report.get_count('E')
diff --git a/src/rackdiag/tests/test_pep8.py b/src/rackdiag/tests/test_pep8.py
--- a/src/rackdiag/tests/test_pep8.py
+++ b/src/rackdiag/tests/test_pep8.py
@@ -43,7 +43,7 @@
     if report.total_errors:
         if options.count:
             sys.stderr.write(str(report.total_errors) + '\n')
-        #sys.exit(1)
+        # sys.exit(1)
 
     # reporting errors (additional summary)
     errors = report.get_count('E')