Fix Typo
This commit is contained in:
parent
5b22cbcd52
commit
024e0e5e09
1 changed files with 1 additions and 1 deletions
|
@ -662,7 +662,7 @@ class XmlKodiSetting(object):
|
|||
messageDialog(lang(29999), lang(39716).format(
|
||||
self.filename,
|
||||
'http://kodi.wiki'))
|
||||
raise ParseError
|
||||
self.__exit__(ParseError('Error parsing XML'), None, None)
|
||||
self.root = self.tree.getroot()
|
||||
return self
|
||||
|
||||
|
|
Loading…
Reference in a new issue