mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Minor style update (PEP8)
This commit is contained in:
@@ -49,7 +49,7 @@ def blockingReadFromFD(fd):
|
||||
break
|
||||
|
||||
if not output:
|
||||
raise EOFError("fd %s has been closed." % fd )
|
||||
raise EOFError("fd %s has been closed." % fd)
|
||||
|
||||
return output
|
||||
|
||||
|
||||
Reference in New Issue
Block a user