Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a86f979 commit b9ac50fCopy full SHA for b9ac50f
1 file changed
lib/core/revision.py
@@ -42,6 +42,8 @@ def getRevisionNumber():
42
match = re.match(r"(?i)[0-9a-f]{32}", content)
43
retVal = match.group(0) if match else None
44
break
45
+ else:
46
+ break
47
48
if not retVal:
49
process = execute("git rev-parse --verify HEAD", shell=True, stdout=PIPE, stderr=PIPE)
0 commit comments