From 68686fd3cab67c0cc56635f466fd476a8fc766b7 Mon Sep 17 00:00:00 2001 From: David Kilias Date: Mon, 4 Jan 2021 23:17:30 +0100 Subject: [PATCH] fotgot one --- app.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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