mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
removed debug click echo statement
This commit is contained in:
@@ -53,7 +53,6 @@ def pylint_badge(int_only):
|
|||||||
|
|
||||||
pylint_stdout, pylint_stderr = epylint.py_run("hyperglass", return_std=True)
|
pylint_stdout, pylint_stderr = epylint.py_run("hyperglass", return_std=True)
|
||||||
pylint_output = pylint_stdout.getvalue()
|
pylint_output = pylint_stdout.getvalue()
|
||||||
click.secho(pylint_output, fg="red")
|
|
||||||
pylint_score = re.search(
|
pylint_score = re.search(
|
||||||
r"Your code has been rated at (\d+\.\d+)\/10.*", pylint_output
|
r"Your code has been rated at (\d+\.\d+)\/10.*", pylint_output
|
||||||
).group(1)
|
).group(1)
|
||||||
|
Reference in New Issue
Block a user