mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
minor update
This commit is contained in:
parent
b888829d12
commit
ad2762118d
|
@ -32,6 +32,8 @@ def getRevisionNumber():
|
||||||
|
|
||||||
if revision:
|
if revision:
|
||||||
retVal = revision.group(1)
|
retVal = revision.group(1)
|
||||||
|
except:
|
||||||
|
pass
|
||||||
|
|
||||||
if not retVal:
|
if not retVal:
|
||||||
# Reference: http://stackoverflow.com/questions/242295/how-does-one-add-a-svn-repository-build-number-to-python-code
|
# Reference: http://stackoverflow.com/questions/242295/how-does-one-add-a-svn-repository-build-number-to-python-code
|
||||||
|
|
Loading…
Reference in New Issue
Block a user