mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-05-01 06:13:44 +03:00
Minor style update
This commit is contained in:
parent
acb3b1d1fe
commit
1069399668
|
@ -77,9 +77,9 @@ class Filesystem:
|
||||||
logger.info(infoMsg)
|
logger.info(infoMsg)
|
||||||
else:
|
else:
|
||||||
sameFile = False
|
sameFile = False
|
||||||
warnMsg = "it looks like the file has not been written, this "
|
warnMsg = "it looks like the file has not been written (usually "
|
||||||
warnMsg += "can occur if the DBMS process' user has no write "
|
warnMsg += "occurs if the DBMS process' user has no write "
|
||||||
warnMsg += "privileges in the destination path"
|
warnMsg += "privileges in the destination path)"
|
||||||
logger.warn(warnMsg)
|
logger.warn(warnMsg)
|
||||||
|
|
||||||
return sameFile
|
return sameFile
|
||||||
|
|
Loading…
Reference in New Issue
Block a user