test branch, not for download

This commit is contained in:
ekultek 2018-08-06 15:22:54 -05:00
parent 910c3e434a
commit 260dee748c

View file

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