diff --git a/wstools/Utility.py b/wstools/Utility.py index a31b56a..89fd825 100644 --- a/wstools/Utility.py +++ b/wstools/Utility.py @@ -448,7 +448,7 @@ class DOM: return node.localName == name and \ (nsuri is None or self.nsUriMatch(node.namespaceURI, nsuri)) - def getElement(self, node, name, nsuri=None, default=''.join): + def getElement(self, node, name, nsuri=None, default=join): """Return the first child of node with a matching name and namespace uri, or the default if one is provided.""" nsmatch = self.nsUriMatch