From 66dfedd2af5bc891a5e3083b986f36ef8e284e99 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Sun, 19 Jun 2022 10:16:40 +0000 Subject: [PATCH] scripts/eddn-errors: Remove EDMC misc errors trap --- scripts/eddn-report-log-errors | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/scripts/eddn-report-log-errors b/scripts/eddn-report-log-errors index 1a7dd5b..a3940b4 100755 --- a/scripts/eddn-report-log-errors +++ b/scripts/eddn-report-log-errors @@ -139,23 +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/journal/1': - # - if matches.group('err_msg') == 'Failed Validation "[]"': - # - pass - - elif matches.group('err_msg').startswith( - 'Failed Validation "[ - pass - - else: - print(matches.group('err_msg')) - print(line) - - elif matches.group('schema_ref') == 'https://eddn.edcd.io/schemas/fssdiscoveryscan/1': + if matches.group('schema_ref') == 'https://eddn.edcd.io/schemas/fssdiscoveryscan/1': if matches.group('err_msg') == 'Failed Validation "[]"': # pass