mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-06-29 17:33:11 +03:00
minor fix
This commit is contained in:
parent
94d43a4135
commit
40991a5d52
|
@ -66,7 +66,7 @@ class Dump:
|
||||||
def flush(self):
|
def flush(self):
|
||||||
if self.__outputBP and self.__outputFP and self.__outputBP.tell() > 0:
|
if self.__outputBP and self.__outputFP and self.__outputBP.tell() > 0:
|
||||||
_ = self.__outputBP.getvalue()
|
_ = self.__outputBP.getvalue()
|
||||||
self.__outputBP.reset()
|
self.__outputBP.truncate(0)
|
||||||
self.__outputFP.write(_)
|
self.__outputFP.write(_)
|
||||||
|
|
||||||
def __formatString(self, inpStr):
|
def __formatString(self, inpStr):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user