#52: "raise StandardError" in bibindex_engine
----------------------+-----------------------------------------------------
Reporter: bthiell | Owner:
Type: defect | Status: new
Priority: minor | Milestone:
Component: BibIndex | Version:
Keywords: |
----------------------+-----------------------------------------------------
In bibindex_engine, we find 8 occurrences of 'raise StandardError' without
a message. If not caught and treated, this leads to useless emails sent to
the admin as they do not contain the cause of the exception and thus
prevent the admin to correctly fix the problem.
Here are the lines causing problems:
1245: raise StandardError
1311: raise StandardError
1486: raise StandardError
1510: raise StandardError
1542: raise StandardError
1565: raise StandardError
1605: raise StandardError
1629: raise StandardError
--
Ticket URL: <http://invenio-software.org/ticket/52>
Invenio <http://invenio-software.org>