mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
avoid tracebacks because the parameter does not exist
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user