Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8410fc5

Browse files
committed
Minor update
1 parent da97cc0 commit 8410fc5

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

lib/core/option.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1988,10 +1988,6 @@ def __basicOptionValidation():
19881988
errMsg = "option '--dump-format' accepts one of following values: %s" % ", ".join(getPublicTypeMembers(DUMP_FORMAT, True))
19891989
raise sqlmapSyntaxException, errMsg
19901990

1991-
if conf.dumpFormat != defaults.dumpFormat and not any((conf.dumpTable, conf.dumpAll)):
1992-
errMsg = "option '--dump-format' requires usage of switch '--dump' (or '--dump-all')"
1993-
raise sqlmapSyntaxException, errMsg
1994-
19951991
if conf.skip and conf.testParameter:
19961992
errMsg = "option '--skip' is incompatible with option '-p'"
19971993
raise sqlmapSyntaxException, errMsg

0 commit comments

Comments
 (0)