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

Skip to content

Commit bece999

Browse files
committed
fix regarding Bug #164 (Proper usage of special characters in paths) - not clear if that's all
1 parent 938a3ab commit bece999

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/parse/queriesfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,4 +234,4 @@ def queriesParser():
234234

235235
checkFile(xmlfile)
236236
handler = queriesHandler()
237-
parse(xmlfile, handler)
237+
parse(open(xmlfile), handler)

0 commit comments

Comments
 (0)