mirror of
https://github.com/EDCD/EDDN.git
synced 2025-06-03 09:01:40 +03:00
scripts/eddn errors: Use 'in' form for EVA variants
This commit is contained in:
parent
4da53bcc40
commit
a7b96c3228
@ -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
|
||||
|
||||
####################################################################
|
||||
|
Loading…
x
Reference in New Issue
Block a user