1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

Fix rcfile error

This commit is contained in:
Matt Love
2019-07-08 01:45:51 -07:00
parent 929681c08f
commit ff93e84791

View File

@@ -52,7 +52,7 @@ def pylint_check(num_only, create_badge, errors):
from pylint import epylint
pylint_stdout, pylint_stderr = epylint.py_run(
"--rcfile .pylintrc hyperglass", return_std=True
"hyperglass --rcfile=.pylintrc", return_std=True
)
pylint_output = pylint_stdout.getvalue()
pylint_score = re.search(