PEP 8 compliance
[mw] / src / mw / cli.py
index 52df23b658101c7a7d909e6c1ed8ad3466fc03c8..c16791e7a9e3e6763ededc496dc95d8b6723f8e7 100644 (file)
@@ -61,7 +61,7 @@ class CLI(object):
         # determine what the subcommand is
         if len(sys.argv) > 1:
             if sys.argv[1] in self.all_commands:
         # determine what the subcommand is
         if len(sys.argv) > 1:
             if sys.argv[1] in self.all_commands:
-                the_command = sys.argv[1] # SWEET ACTION
+                the_command = sys.argv[1]  # SWEET ACTION
             elif sys.argv[1] in ['--help', '-h', 'help']:
                 self.usage()
             else:
             elif sys.argv[1] in ['--help', '-h', 'help']:
                 self.usage()
             else:

Benjamin Mako Hill || Want to submit a patch?