[Openlp-core] [Bug 1698291] Re: Better feedback for incorrect Bible format

2017-06-19 Thread Tomas Groth
In our xml-based importers we should make the parser try to recover from errors. This also goes for our song importers. -- You received this bug notification because you are a member of OpenLP Core, which is subscribed to OpenLP. https://bugs.launchpad.net/bugs/1698291 Title: Better feedback f

[Openlp-core] [Bug 1698291] Re: Better feedback for incorrect Bible format

2017-06-19 Thread Raoul Snyman
That's pretty much what we need to do. I'd need to dive into the code to make sure, but it shouldn't be much more complicated than that. -- You received this bug notification because you are a member of OpenLP Core, which is subscribed to OpenLP. https://bugs.launchpad.net/bugs/1698291 Title:

[Openlp-core] [Bug 1698291] Re: Better feedback for incorrect Bible format

2017-06-18 Thread David Wales
How clever does the fix need to be? Would something like the following in bibleimportform.py, or osis.py be adequate? `try: someFunctions() except AssertionError as err: displayErrorBox()` Or are you looking for something a bit cleverer? -- You received this bug notification because