Skip to content

omicron.py: add error handling for bad files with option to skip over them

Patrick Godwin requested to merge skip_bad_files into master

Very rarely, some Omicron trigger files are encountered with insufficient permissions to read them. This allows the option to skip over those problematic files and give a warning with the file in question when they are encountered.

Merge request reports