diff --git a/scripts/eddn-report-log-errors b/scripts/eddn-report-log-errors index 82a95c2..73307fe 100755 --- a/scripts/eddn-report-log-errors +++ b/scripts/eddn-report-log-errors @@ -105,6 +105,23 @@ def process_file(input_file: str) -> None: print(matches.group('err_msg')) print(line) + elif matches.group('schema_ref') == 'https://eddn.edcd.io/schemas/journal/1': + # + if matches.group('err_msg') == 'Failed Validation "[]"': + # + pass + + elif matches.group('err_msg').startswith( + 'Failed Validation "[ + pass + + elif matches.group('schema_ref') == 'https://eddn.edcd.io/schemas/fssdiscoveryscan/1': + if matches.group('err_msg') == 'Failed Validation "[]"': + # + pass + else: print(line)