From 10dcdb9a2f3c9a5565ff36f8b084bfa62adee886 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Wed, 11 Jan 2023 08:44:01 +0000 Subject: [PATCH] eddn-report: EDDI 4.0.2 fsssignaldiscovered without StarPos --- 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 7616e4d..6f763b0 100755 --- a/scripts/eddn-report-log-errors +++ b/scripts/eddn-report-log-errors @@ -100,15 +100,15 @@ def process_file(input_file: str) -> None: # https://github.com/EDCD/EDDI/releases/latest 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 - - # else: - print(line) + if matches.group('schema_ref') == 'https://eddn.edcd.io/schemas/fsssignaldiscovered/1': + if matches.group('err_msg').startswith( + 'Failed Validation "[ + pass + + else: + print(line) elif matches.group('software_name').startswith('E:D Market Connector'): # https://github.com/EDCD/EDMarketConnector/releases/latest