We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a31e6bc commit 8ceb26dCopy full SHA for 8ceb26d
CONTRIBUTORS.txt
@@ -527,3 +527,5 @@ contributors:
527
* Eisuke Kawashima (e-kwsm): contributor
528
529
* Daniel van Noord (DanielNoord): contributor
530
+
531
+* Michal Vasilek: contributor
tests/lint/unittest_lint.py
@@ -643,7 +643,7 @@ def test_pylint_home():
643
assert config.PYLINT_HOME == pylintd
644
finally:
645
try:
646
- os.remove(pylintd)
+ rmtree(pylintd)
647
except FileNotFoundError:
648
pass
649
0 commit comments