Fixed XML parse error when loading raw metadata with 'inline' parameter.

This commit is contained in:
Taizo Ito
2013-05-31 16:29:46 +09:00
parent ace130e552
commit 405e049040

View File

@@ -428,7 +428,7 @@ class MetadataStore(object):
elif typ == "inline":
self.ii += 1
key = self.ii
md = MetaData(self.onts, self.attrc)
md = MetaData(self.onts, self.attrc, args[0])
elif typ == "remote":
key = kwargs["url"]
md = MetaDataExtern(self.onts, self.attrc,