Add missing space
This commit is contained in:
parent
ff086ddd07
commit
4b3c258627
|
@ -221,7 +221,7 @@ def pytest_addoption(parser: Parser) -> None:
|
||||||
type=validate_basetemp,
|
type=validate_basetemp,
|
||||||
metavar="dir",
|
metavar="dir",
|
||||||
help=(
|
help=(
|
||||||
"base temporary directory for this test run."
|
"base temporary directory for this test run. "
|
||||||
"(warning: this directory is removed if it exists)"
|
"(warning: this directory is removed if it exists)"
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue