diff --git a/app.py b/app.py index 6f07684..26f16af 100644 --- a/app.py +++ b/app.py @@ -38,8 +38,7 @@ class HealthHandler(tornado.web.RequestHandler, metaclass=ABCMeta): v = subprocess.check_output(["git", "describe", "--always", "--dirty"], cwd=os.path.dirname(__file__)).strip().decode() except subprocess.CalledProcessError as e: - print("Checking git version lead to non-null return code ", - e.returncode) + print("Checking git version lead to non-null return code ", e.returncode) return v