mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
avoid tracebacks because the parameter does not exist
This commit is contained in:
parent
c9c520a325
commit
d42d28392a
10 changed files with 12 additions and 13 deletions
|
|
@ -65,7 +65,7 @@ class Registry:
|
|||
logger.debug("creating batch file '%s'" % self._batPathRemote)
|
||||
|
||||
self._createLocalBatchFile()
|
||||
self.writeFile(self._batPathLocal, self._batPathRemote, "text")
|
||||
self.writeFile(self._batPathLocal, self._batPathRemote, "text", forceCheck=True)
|
||||
|
||||
os.unlink(self._batPathLocal)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue