From 177a5383b9ec02b27db65bdb20917dba7dbb7a2c Mon Sep 17 00:00:00 2001 From: Athanasius Date: Tue, 10 Jan 2023 09:00:05 +0000 Subject: [PATCH] eddn-report: Bump EDDI to 4.2.0, and comment out latest reported issue --- scripts/eddn-report-log-errors | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/scripts/eddn-report-log-errors b/scripts/eddn-report-log-errors index 9a48b54..7616e4d 100755 --- a/scripts/eddn-report-log-errors +++ b/scripts/eddn-report-log-errors @@ -98,17 +98,17 @@ def process_file(input_file: str) -> None: elif matches.group('software_name') == 'EDDI': # https://github.com/EDCD/EDDI/releases/latest - if software_version >= semantic_version.Version.coerce('4.0.2-rc1'): + if software_version >= semantic_version.Version.coerce('4.0.2'): - if matches.group('schema_ref') == 'https://eddn.edcd.io/schemas/approachsettlement/1': - if matches.group('err_msg').startswith( - 'Failed Validation "[]"' - ): - # Reported on Discord: ]"> - pass + # if matches.group('schema_ref') == 'https://eddn.edcd.io/schemas/approachsettlement/1': + # if matches.group('err_msg').startswith( + # 'Failed Validation "[]"' + # ): + # # Reported on Discord: ]"> + # pass - else: - print(line) + # else: + print(line) elif matches.group('software_name').startswith('E:D Market Connector'): # https://github.com/EDCD/EDMarketConnector/releases/latest