minor: fix error message and wrongly joined/blackified strings

This commit is contained in:
Daniel Hahler
2018-12-05 19:46:14 +01:00
parent 5ecbf25450
commit 6a21a5aa81
3 changed files with 4 additions and 4 deletions

View File

@@ -126,12 +126,12 @@ def pytest_addoption(parser):
)
parser.addini(
"rsyncdirs",
"list of (relative) paths to be rsynced for" " remote distributed testing.",
"list of (relative) paths to be rsynced for remote distributed testing.",
type="pathlist",
)
parser.addini(
"rsyncignore",
"list of (relative) glob-style paths to be ignored " "for rsyncing.",
"list of (relative) glob-style paths to be ignored for rsyncing.",
type="pathlist",
)
parser.addini(