forked from mirrors/thatmattlove-hyperglass
switched debug method from logging to click echo
This commit is contained in:
parent
b28fa9409d
commit
d119e6b606
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ def pylint_badge(int_only):
|
|||
|
||||
pylint_stdout, pylint_stderr = epylint.py_run("hyperglass", return_std=True)
|
||||
pylint_output = pylint_stdout.getvalue()
|
||||
logger.debug(pylint_output)
|
||||
click.secho(pylint_output, fg="red")
|
||||
pylint_score = re.search(
|
||||
r"Your code has been rated at (\d+\.\d+)\/10 \(previous run:.*",
|
||||
pylint_output,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue