mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07:00
PaxGod Marketing Campaign
This commit is contained in:
@@ -14,7 +14,7 @@ class GitVersion:
|
||||
self.gitlist = [("commit", "rev-parse --short HEAD"), ("branch", "rev-parse --abbrev-ref") , ("branch_num", "rev-list -count HEAD")]
|
||||
|
||||
def get_version_info(self):
|
||||
commit = branch = branch_num = "XFW-0036_12282022"
|
||||
commit = branch = branch_num = "XFW-0036"
|
||||
|
||||
# We dont use an `or` in commands that we expect to fail. It will serve no function.
|
||||
# We also dont try;exept an entire block of code. This is bad practise. We only try the single part that we expect to fail!
|
||||
|
||||
Reference in New Issue
Block a user