Skip to content

Improve handling of invalid links by the trigger matching tool

Jon Burr requested to merge jburr/athena:TrigMatchBetterError into master

At the moment the trigger matching tool will throw a bad element link exception without much context. We can't do much about aborting with an exception (the match method doesn't return a StatusCode) but this MR at least provides an error message describing which chain has the bad link.

Merge request reports