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 b888829 commit ad27621Copy full SHA for ad27621
1 file changed
lib/core/revision.py
@@ -32,6 +32,8 @@ def getRevisionNumber():
32
33
if revision:
34
retVal = revision.group(1)
35
+ except:
36
+ pass
37
38
if not retVal:
39
# Reference: http://stackoverflow.com/questions/242295/how-does-one-add-a-svn-repository-build-number-to-python-code
0 commit comments