fix linting issue

This commit is contained in:
Ronny Pfannschmidt
2017-08-05 08:28:30 +02:00
parent 060e7b85ad
commit f856cb74f4

View File

@@ -27,8 +27,8 @@ def pytest_addoption(parser):
"you can use 'auto' here for auto detection CPUs number on "
"host system")
group.addoption('--max-slave-restart', action="store", default=None,
help="maximum number of slaves that can be restarted "
"when crashed (set to zero to disable this feature)")
help="maximum number of slaves that can be restarted "
"when crashed (set to zero to disable this feature)")
group.addoption(
'--dist', metavar="distmode",
action="store", choices=['each', 'load', 'loadscope', 'no'],