Changed type 'list' to 'node'
This commit is contained in:
@@ -59,7 +59,7 @@ def xpath(source: str, xpath: str) -> str:
|
||||
result_string = ""
|
||||
for e in result:
|
||||
result_string += etree.tostring(e, pretty_print=True).decode() + "\n"
|
||||
return result_string, "list"
|
||||
return result_string, "node"
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user