From 50cd2b0f3531d81ddcfb968b9adcebe3906aa881 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Thu, 12 Jan 2023 08:54:51 +0000 Subject: [PATCH] eddn-report: EDDI / navroute / missing Route --- scripts/eddn-report-log-errors | 7 +++++++ 1 file changed, 7 insertions(+) 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)