From de277c88c7ea419fd1dcff51b1166d36c49c0f7e Mon Sep 17 00:00:00 2001 From: Athanasius Date: Sun, 27 Feb 2022 18:55:22 +0000 Subject: [PATCH] scripts/eddn-report-log-errors: Re-sync with develop --- scripts/eddn-report-log-errors | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/eddn-report-log-errors b/scripts/eddn-report-log-errors index a533459..83ebf63 100755 --- a/scripts/eddn-report-log-errors +++ b/scripts/eddn-report-log-errors @@ -268,10 +268,10 @@ def process_file(input_file: str) -> None: # Abandoned/unmaintained project # # - elif matches.group('software_name') == 'EVA [iPhone]': + elif matches.group('software_name') in ('EVA [iPhone]', 'EVA [iPad]'): pass - #################################################################### + ################################################################### # Issues we know about, but haven't yet alerted developers to ################################################################### ###################################################################