mirror of
https://github.com/EDCD/EDDN.git
synced 2025-06-06 10:23:08 +03:00
scripts/eddn-errors: EDD shipyard/outfitting trap removed
This commit is contained in:
parent
13215806e4
commit
75f744abe5
@ -76,19 +76,7 @@ def process_file(input_file: str) -> None:
|
|||||||
if matches.group('software_name') == 'EDDiscovery':
|
if matches.group('software_name') == 'EDDiscovery':
|
||||||
# https://github.com/EDDiscovery/EDDiscovery/releases/latest
|
# https://github.com/EDDiscovery/EDDiscovery/releases/latest
|
||||||
if software_version >= semantic_version.Version.coerce('15.0.4.0'):
|
if software_version >= semantic_version.Version.coerce('15.0.4.0'):
|
||||||
if matches.group('schema_ref') in (
|
print(line)
|
||||||
'https://eddn.edcd.io/schemas/shipyard/2',
|
|
||||||
'https://eddn.edcd.io/schemas/outfitting/2',
|
|
||||||
):
|
|
||||||
# Reported via Discord PM to Robby 2022-01-07
|
|
||||||
if matches.group('err_msg') == 'Failed Validation "[<ValidationError: \'[] is too short\'>]"':
|
|
||||||
pass
|
|
||||||
|
|
||||||
else:
|
|
||||||
print(line)
|
|
||||||
|
|
||||||
else:
|
|
||||||
print(line)
|
|
||||||
|
|
||||||
elif matches.group('software_name') == 'EDDLite':
|
elif matches.group('software_name') == 'EDDLite':
|
||||||
# https://github.com/EDDiscovery/EDDLite/releases/tag/latest
|
# https://github.com/EDDiscovery/EDDLite/releases/tag/latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user