Commit ac92f76b by Gabriel Falcão

oops

parent 1c3fa7ab
...@@ -32,7 +32,7 @@ class Command(NoArgsCommand): ...@@ -32,7 +32,7 @@ class Command(NoArgsCommand):
option_list = NoArgsCommand.option_list[1:] + ( option_list = NoArgsCommand.option_list[1:] + (
make_option('-v', '--verbosity', action='store', dest='verbosity', default='4', make_option('-v', '--verbosity', action='store', dest='verbosity', default='4',
type='choice', choices=['0', '3', '4'], type='choice', choices=['0', '3', '4'],
help='Verbosity level; 0=no output, 3=colorless output, 2=normal output (colorful)'), help='Verbosity level; 0=no output, 3=colorless output, 4=normal output (colorful)'),
) )
def stopserver(self, failed=False): def stopserver(self, failed=False):
raise SystemExit(int(failed)) raise SystemExit(int(failed))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment