1
0
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:
checktheroads
2019-06-17 01:35:43 -07:00
parent b2cdfb8e8f
commit 6045c45f67

View File

@@ -53,7 +53,6 @@ def pylint_badge(int_only):
pylint_stdout, pylint_stderr = epylint.py_run("hyperglass", return_std=True)
pylint_output = pylint_stdout.getvalue()
click.secho(pylint_output, fg="red")
pylint_score = re.search(
r"Your code has been rated at (\d+\.\d+)\/10.*", pylint_output
).group(1)