mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-25 11:03:47 +03:00
fix regarding Bug #164 (Proper usage of special characters in paths) - not clear if that's all
This commit is contained in:
parent
938a3ab0b9
commit
bece99908c
|
@ -234,4 +234,4 @@ def queriesParser():
|
|||
|
||||
checkFile(xmlfile)
|
||||
handler = queriesHandler()
|
||||
parse(xmlfile, handler)
|
||||
parse(open(xmlfile), handler)
|
||||
|
|
Loading…
Reference in New Issue
Block a user