diff --git a/manage.py b/manage.py index 8222259..a5377e5 100755 --- a/manage.py +++ b/manage.py @@ -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,