We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f39c05b commit e1ce6b8Copy full SHA for e1ce6b8
pylint_django/tests/test_func.py
@@ -28,7 +28,7 @@ class TestDialect(csv.excel):
28
# specify directly the directory containing test_functional.py
29
test_functional_dir = os.getenv("PYLINT_TEST_FUNCTIONAL_DIR", "")
30
31
- # otherwise look for in in ~/pylint/tests - pylint 2.4
+ # otherwise look for it in ~/pylint/tests - pylint 2.4
32
# this is the pylint git checkout dir, not the pylint module dir
33
if not os.path.isdir(test_functional_dir):
34
test_functional_dir = os.path.join(os.getenv("HOME", "/home/travis"), "pylint", "tests")
0 commit comments