diff --git a/misc-scripts/xref_mapping/XrefParser/BaseParser.pm b/misc-scripts/xref_mapping/XrefParser/BaseParser.pm index 26c604f315dd35bc4d352cff34011ff4d082c09b..ba940bdd560cb3bbf43cbc2bdfefea3e5e46ce0e 100644 --- a/misc-scripts/xref_mapping/XrefParser/BaseParser.pm +++ b/misc-scripts/xref_mapping/XrefParser/BaseParser.pm @@ -435,8 +435,9 @@ sub upload_xref_object_graphs { # disable error handling here as we'll do it ourselves - $xref_sth->{RaiseError} = 0; - $xref_sth->{PrintError} = 0; + # reenabled it, as errorcodes are really unhelpful + $xref_sth->{RaiseError} = 1; + $xref_sth->{PrintError} = 1; ################################################################################# # End of sql needed to add xrefs, primary_xrefs, synonym, dependent_xrefs etc..