From 260dee748c2461022646eb29cb9d5fa97d985915 Mon Sep 17 00:00:00 2001 From: ekultek Date: Mon, 6 Aug 2018 15:22:54 -0500 Subject: [PATCH] test branch, not for download --- lib/core/settings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/core/settings.py b/lib/core/settings.py index 2af935d..c7ee360 100644 --- a/lib/core/settings.py +++ b/lib/core/settings.py @@ -34,6 +34,8 @@ try: except NameError: raw_input = input # Python 3 +# test branch commit + # get the master patch ID when a patch is pushed to the program PATCH_ID = str(subprocess.check_output(["git", "rev-parse", "origin/master"]))[:6]