From 651bf998a73228961592eb34f2fbbc0324c7b635 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Sun, 19 Jun 2022 10:18:27 +0000 Subject: [PATCH] scripts/eddn-errors: Remove EDMC approachsetttlemtn/missing Latitude trap --- scripts/eddn-report-log-errors | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/scripts/eddn-report-log-errors b/scripts/eddn-report-log-errors index 3302135..96e24ce 100755 --- a/scripts/eddn-report-log-errors +++ b/scripts/eddn-report-log-errors @@ -139,16 +139,7 @@ def process_file(input_file: str) -> None: elif matches.group('software_name').startswith('E:D Market Connector'): # https://github.com/EDCD/EDMarketConnector/releases/latest if software_version >= semantic_version.Version.coerce('5.4.1'): - if matches.group('schema_ref') == 'https://eddn.edcd.io/schemas/approachsettlement/1': - if matches.group('err_msg') == 'Failed Validation "[]"': - # - pass - - else: - print(line) - - else: - print(line) + print(line) elif matches.group('software_name') == 'Elite G19s Companion App': #