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 "[]"': #