mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
minor fix
This commit is contained in:
parent
94d43a4135
commit
40991a5d52
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ class Dump:
|
|||
def flush(self):
|
||||
if self.__outputBP and self.__outputFP and self.__outputBP.tell() > 0:
|
||||
_ = self.__outputBP.getvalue()
|
||||
self.__outputBP.reset()
|
||||
self.__outputBP.truncate(0)
|
||||
self.__outputFP.write(_)
|
||||
|
||||
def __formatString(self, inpStr):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue