Whitespacin' it up.
This commit is contained in:
parent
55a10fef0a
commit
19ed12b279
@ -227,6 +227,7 @@ def available(args):
|
|||||||
|
|
||||||
print "Available processors:"
|
print "Available processors:"
|
||||||
print "====================="
|
print "====================="
|
||||||
|
print ""
|
||||||
|
|
||||||
if args.action_help:
|
if args.action_help:
|
||||||
for processor in processors:
|
for processor in processors:
|
||||||
@ -235,6 +236,7 @@ def available(args):
|
|||||||
|
|
||||||
parser = processor.generate_parser()
|
parser = processor.generate_parser()
|
||||||
parser.print_help()
|
parser.print_help()
|
||||||
|
print ""
|
||||||
|
|
||||||
else:
|
else:
|
||||||
for processor in processors:
|
for processor in processors:
|
||||||
@ -266,5 +268,6 @@ def reprocess(args):
|
|||||||
|
|
||||||
if args.reprocess_subcommand == "run":
|
if args.reprocess_subcommand == "run":
|
||||||
run(args)
|
run(args)
|
||||||
|
|
||||||
elif args.reprocess_subcommand == "available":
|
elif args.reprocess_subcommand == "available":
|
||||||
available(args)
|
available(args)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user