mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-25 00:54:04 +00: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
1 changed files with 1 additions and 1 deletions
|
|
@ -234,4 +234,4 @@ def queriesParser():
|
|||
|
||||
checkFile(xmlfile)
|
||||
handler = queriesHandler()
|
||||
parse(xmlfile, handler)
|
||||
parse(open(xmlfile), handler)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue