From a1e330be2ccca8c651099fd509e3d0d085cc1f1a Mon Sep 17 00:00:00 2001 From: Athanasius Date: Mon, 17 Jan 2022 09:18:40 +0000 Subject: [PATCH] scripts/eddn-report: EVA is abandoned, so ignore --- scripts/eddn-report-log-errors | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/eddn-report-log-errors b/scripts/eddn-report-log-errors index a626e23..82a95c2 100755 --- a/scripts/eddn-report-log-errors +++ b/scripts/eddn-report-log-errors @@ -179,6 +179,12 @@ def process_file(input_file: str) -> None: if matches.group('software_version') == '2.0.0.660': print(line) + # Abandoned/unmaintained project + # + # + elif matches.group('software_name') in ('EVA [iPhone]', 'EVA [iPad]'): + pass + ################################################################### # Issues we know about, but haven't yet alerted developers to ###################################################################