mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
Fix rcfile error
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user