forked from mirrors/thatmattlove-hyperglass
removed debug click echo statement
This commit is contained in:
parent
b2cdfb8e8f
commit
6045c45f67
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue