1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-02-01 06:49:23 +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(