Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 938a3ab commit bece999Copy full SHA for bece999
1 file changed
lib/parse/queriesfile.py
@@ -234,4 +234,4 @@ def queriesParser():
234
235
checkFile(xmlfile)
236
handler = queriesHandler()
237
- parse(xmlfile, handler)
+ parse(open(xmlfile), handler)
0 commit comments