mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
minor fix
This commit is contained in:
parent
94d43a4135
commit
40991a5d52
|
@ -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…
Reference in New Issue
Block a user