scripts/eddn-report-log-errors: Re-sync with develop

This commit is contained in:
Athanasius 2022-02-27 18:55:22 +00:00
parent 18840d9f82
commit de277c88c7
No known key found for this signature in database
GPG Key ID: AE3E527847057C7D

View File

@ -268,10 +268,10 @@ def process_file(input_file: str) -> None:
# Abandoned/unmaintained project
# <https://forums.frontier.co.uk/threads/release-eva-elite-virtual-assistant-for-iphone-ipad-no-longer-working-jan-2020.245900/page-18>
# <https://apps.apple.com/gb/app/eva/id1098763533>
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
###################################################################
###################################################################