Skip to content

trig-art-parser: Check that logfile exists

Stewart Martin-Haugh requested to merge smh/athena:art-parser into master

I noticed that trig-art-parser would return 0 if the logfile wasn't found. This is because grep returns 0 if it can't find the file.

Should make ART jobs slightly more robust, particularly to typos in job configuration.

Cheers,

Stewart

Merge request reports