Whitespacin' it up.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 9 Aug 2013 19:10:52 +0000 (14:10 -0500)
committerRodney Ewing <ewing.rj@gmail.com>
Fri, 16 Aug 2013 22:30:15 +0000 (15:30 -0700)
mediagoblin/gmg_commands/reprocess.py

index 70163928c404fdcae709e82eca2f8c6926e88f87..62a6d428c94186fcbe74e54ca19ec1855991a1c2 100644 (file)
@@ -227,6 +227,7 @@ def available(args):
 
     print "Available processors:"
     print "====================="
+    print ""
 
     if args.action_help:
         for processor in processors:
@@ -235,6 +236,7 @@ def available(args):
 
             parser = processor.generate_parser()
             parser.print_help()
+            print ""
 
     else:
         for processor in processors:
@@ -266,5 +268,6 @@ def reprocess(args):
 
     if args.reprocess_subcommand == "run":
         run(args)
+
     elif args.reprocess_subcommand == "available":
         available(args)