mirror of
https://github.com/EDCD/EDDN.git
synced 2025-06-10 04:12:22 +03:00
scripts/eddn-errors: Remove EDMC approachsetttlemtn/missing Latitude trap
This commit is contained in:
parent
f6345b1705
commit
651bf998a7
@ -139,15 +139,6 @@ def process_file(input_file: str) -> None:
|
|||||||
elif matches.group('software_name').startswith('E:D Market Connector'):
|
elif matches.group('software_name').startswith('E:D Market Connector'):
|
||||||
# https://github.com/EDCD/EDMarketConnector/releases/latest
|
# https://github.com/EDCD/EDMarketConnector/releases/latest
|
||||||
if software_version >= semantic_version.Version.coerce('5.4.1'):
|
if software_version >= semantic_version.Version.coerce('5.4.1'):
|
||||||
if matches.group('schema_ref') == 'https://eddn.edcd.io/schemas/approachsettlement/1':
|
|
||||||
if matches.group('err_msg') == 'Failed Validation "[<ValidationError: "\'Latitude\' is a required property">]"':
|
|
||||||
# <https://github.com/EDCD/EDMarketConnector/issues/1476>
|
|
||||||
pass
|
|
||||||
|
|
||||||
else:
|
|
||||||
print(line)
|
|
||||||
|
|
||||||
else:
|
|
||||||
print(line)
|
print(line)
|
||||||
|
|
||||||
elif matches.group('software_name') == 'Elite G19s Companion App':
|
elif matches.group('software_name') == 'Elite G19s Companion App':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user