From f856cb74f466fa067112c79dc11c3a7455ec243c Mon Sep 17 00:00:00 2001 From: Ronny Pfannschmidt Date: Sat, 5 Aug 2017 08:28:30 +0200 Subject: [PATCH] fix linting issue --- xdist/plugin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xdist/plugin.py b/xdist/plugin.py index 1e41bb4..17c9e19 100644 --- a/xdist/plugin.py +++ b/xdist/plugin.py @@ -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'],