Actions
Bug #4387
closedset_context() takes exactly 0 positional arguments (1 given)
Start date:
2019-11-15
Due date:
% Done:
100%
Estimated time:
Applies to branch:
Fix Committed on Branch:
Fixed in Maintenance Release:
Found in version:
1.2.1
Fixed in version:
11.1
SaxonC Languages:
SaxonC Platforms:
SaxonC Architecture:
Description
Reported in the forum post: https://saxonica.plan.io/boards/4/topics/7679
The use of the keyword argument input_file_name
fails to be recognized in run_query_to_string(input_file_name of an PyXQueryProcessor and that causes an exception:
File "saxonc.pyx", line 2398, in saxonc.PyXQueryProcessor.run_query_to_string
self.set_context(kwds["input_file_name"])
TypeError: set_context() takes exactly 0 positional arguments (1 given)
The issue is the the file_name keyword is missing from the call to set_context function in run_query_to_string.
Updated by O'Neil Delpratt about 5 years ago
- Status changed from New to Resolved
Bug fixed in the file saxonc.pyx and committed to subversion
Updated by O'Neil Delpratt almost 3 years ago
- Status changed from Resolved to Closed
- % Done changed from 0 to 100
- Fixed in version set to 11.1
Bug fix patched in SaxonC 11.1 release
Please register to edit this issue
Actions