mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
removed all trailing spaces from blank lines
This commit is contained in:
@@ -58,7 +58,7 @@ def convert(inputFile):
|
||||
script += "w\nq\n"
|
||||
|
||||
return script
|
||||
|
||||
|
||||
def main(inputFile, outputFile):
|
||||
if not os.path.isfile(inputFile):
|
||||
print "ERROR: the provided input file '%s' is not a regular file" % inputFile
|
||||
@@ -73,7 +73,7 @@ def main(inputFile, outputFile):
|
||||
sys.stdout.close()
|
||||
else:
|
||||
print script
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
usage = "%s -i <input file> [-o <output file>]" % sys.argv[0]
|
||||
parser = OptionParser(usage=usage, version="0.1")
|
||||
|
||||
Reference in New Issue
Block a user