scripts/eddn errors: Use 'in' form for EVA variants

This commit is contained in:
Athanasius 2022-06-24 14:52:43 +01:00
parent 4da53bcc40
commit a7b96c3228
No known key found for this signature in database
GPG Key ID: AE3E527847057C7D

View File

@ -230,10 +230,7 @@ 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]'
or matches.group('software_name') == 'EVA [Android]'
):
elif matches.group('software_name') in ('EVA [iPhone]', 'EVA [iPad]', 'EVA [Android]'):
pass
####################################################################