From 81344cb67aab614dac509e85106c46a8555cb598 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Sun, 19 Jun 2022 10:16:04 +0000 Subject: [PATCH] scripts/eddn-errors: Remove EDMC codexentry trap --- scripts/eddn-report-log-errors | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/scripts/eddn-report-log-errors b/scripts/eddn-report-log-errors index 81618a8..1a7dd5b 100755 --- a/scripts/eddn-report-log-errors +++ b/scripts/eddn-report-log-errors @@ -138,17 +138,8 @@ 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.3.0'): - if matches.group('schema_ref') == 'https://eddn.edcd.io/schemas/codexentry/1': - # - if matches.group('err_msg') == 'Failed Validation "[]"': - pass - - else: - print(matches.group('err_msg')) - print(line) - - elif matches.group('schema_ref') == 'https://eddn.edcd.io/schemas/journal/1': + if software_version >= semantic_version.Version.coerce('5.4.1'): + if matches.group('schema_ref') == 'https://eddn.edcd.io/schemas/journal/1': # if matches.group('err_msg') == 'Failed Validation "[]"': #