|
|
|
@ -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 |
|
|
|
|
|
|
|
|
|