diff --git a/scripts/eddn-report-log-errors b/scripts/eddn-report-log-errors index 6f763b0..62e3683 100755 --- a/scripts/eddn-report-log-errors +++ b/scripts/eddn-report-log-errors @@ -107,6 +107,13 @@ def process_file(input_file: str) -> None: # Reported on Discord: pass + elif matches.group('schema_ref') == 'https://eddn.edcd.io/schemas/navroute/1': + if matches.group('err_msg').startswith( + 'Failed Validation "[ + pass + else: print(line)