mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 01:26:42 +03:00
minor update
This commit is contained in:
parent
b888829d12
commit
ad2762118d
|
@ -32,6 +32,8 @@ def getRevisionNumber():
|
|||
|
||||
if revision:
|
||||
retVal = revision.group(1)
|
||||
except:
|
||||
pass
|
||||
|
||||
if not retVal:
|
||||
# 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