mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Further pleasing the pylint gods
This commit is contained in:
parent
1f7ee039ad
commit
f8e9f9c87d
14 changed files with 38 additions and 50 deletions
|
|
@ -468,8 +468,7 @@ class Dump(object):
|
|||
shutil.copyfile(dumpFileName, candidate)
|
||||
except IOError:
|
||||
pass
|
||||
finally:
|
||||
break
|
||||
break
|
||||
else:
|
||||
count += 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue