From ff93e84791e8e63d6ee41d9fa266d493f4fbbc7f Mon Sep 17 00:00:00 2001 From: Matt Love Date: Mon, 8 Jul 2019 01:45:51 -0700 Subject: [PATCH] Fix rcfile error --- manage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage.py b/manage.py index 0bf558e..2706e8c 100755 --- a/manage.py +++ b/manage.py @@ -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(