openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #13409
Re: [Merge] lp:~mahfiaz/openlp/bug-304 into lp:openlp
Review: Needs Fixing
1) It should be
except (etree.XMLSyntaxError, AttributeError):
2) Do not do this. This is too dangerous.... Any AttributeError in xml_to_song will be caught. Better make sure that the exception is caught in xml_to_song instead.
--
https://code.launchpad.net/~mahfiaz/openlp/bug-304/+merge/85787
Your team OpenLP Core is subscribed to branch lp:openlp.
References