This commit is contained in:
Markus Unterwaditzer 2015-04-16 20:52:03 +02:00
parent 951082c563
commit a32b8a9807

View file

@ -55,6 +55,7 @@ def app(ctx, verbosity):
main = app
def max_workers_callback(ctx, param, value):
if value == 0 and ctx.obj['verbosity'] == log.logging.DEBUG:
return 1