diff --git a/scripts/eddn-report-log-errors b/scripts/eddn-report-log-errors index e00e0b8..737ec5b 100755 --- a/scripts/eddn-report-log-errors +++ b/scripts/eddn-report-log-errors @@ -77,11 +77,7 @@ def process_file(input_file: str) -> None: # https://github.com/EDDiscovery/EDDiscovery/releases/latest if software_version >= semantic_version.Version.coerce('15.0.4.0'): if matches.group('schema_ref') == 'https://eddn.edcd.io/schemas/approachsettlement/1': - if matches.group('err_msg') == 'Failed Validation "[]"': - # - pass - - elif matches.group('err_msg') == 'Failed Validation "[]"': + if matches.group('err_msg') == 'Failed Validation "[]"': # pass