From 75f744abe56b947f230300c69b16d93bf11ef2c8 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Sun, 19 Jun 2022 10:22:22 +0000 Subject: [PATCH] scripts/eddn-errors: EDD shipyard/outfitting trap removed --- scripts/eddn-report-log-errors | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/scripts/eddn-report-log-errors b/scripts/eddn-report-log-errors index d9b4236..700d519 100755 --- a/scripts/eddn-report-log-errors +++ b/scripts/eddn-report-log-errors @@ -76,19 +76,7 @@ def process_file(input_file: str) -> None: if matches.group('software_name') == 'EDDiscovery': # https://github.com/EDDiscovery/EDDiscovery/releases/latest if software_version >= semantic_version.Version.coerce('15.0.4.0'): - if matches.group('schema_ref') in ( - 'https://eddn.edcd.io/schemas/shipyard/2', - 'https://eddn.edcd.io/schemas/outfitting/2', - ): - # Reported via Discord PM to Robby 2022-01-07 - if matches.group('err_msg') == 'Failed Validation "[]"': - pass - - else: - print(line) - - else: - print(line) + print(line) elif matches.group('software_name') == 'EDDLite': # https://github.com/EDDiscovery/EDDLite/releases/tag/latest