summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-03 22:58:38 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-03 23:12:40 +0200
commita119a340144dd55ed65740d55edab205147d5833 (patch)
tree1e5f0bf4ddbafe774de71ae221608ba0b33fbcd6
parent8d88e660b76da1693d00cddad161166f987917cd (diff)
downloadpylint-git-a119a340144dd55ed65740d55edab205147d5833.tar.gz
Command without the equal for Windows
-rw-r--r--tests/test_epylint.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_epylint.py b/tests/test_epylint.py
index 8ddc10ca8..a53c2b045 100644
--- a/tests/test_epylint.py
+++ b/tests/test_epylint.py
@@ -20,7 +20,7 @@ def example_path(tmp_path):
def test_epylint_good_command(example_path):
out, err = lint.py_run(
- "%s -E --disable=E1111 --msg-template='{category} {module} {obj} {line} {column} {msg}'"
+ "%s -E --disable=E1111 --msg-template '{category} {module} {obj} {line} {column} {msg}'"
% example_path,
return_std=True,
)