mirror of
https://github.com/EDCD/EDDN.git
synced 2025-06-11 12:52:08 +03:00
scripts/eddn-errors: Also ignore "EVA [Android]"
This commit is contained in:
parent
353c5a2381
commit
159c02caf1
@ -210,7 +210,10 @@ def process_file(input_file: str) -> None:
|
|||||||
# Abandoned/unmaintained project
|
# 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://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>
|
# <https://apps.apple.com/gb/app/eva/id1098763533>
|
||||||
elif matches.group('software_name') == 'EVA [iPhone]':
|
elif (
|
||||||
|
matches.group('software_name') == 'EVA [iPhone]'
|
||||||
|
or matches.group('software_name') == 'EVA [Android]'
|
||||||
|
):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
####################################################################
|
####################################################################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user