mirror of
https://github.com/EDCD/EDDN.git
synced 2025-04-19 01:57:40 +03:00
eddn-report: Bump EDDI to 4.2.0, and comment out latest reported issue
This commit is contained in:
parent
2a461a9e46
commit
177a5383b9
@ -98,17 +98,17 @@ def process_file(input_file: str) -> None:
|
|||||||
|
|
||||||
elif matches.group('software_name') == 'EDDI':
|
elif matches.group('software_name') == 'EDDI':
|
||||||
# https://github.com/EDCD/EDDI/releases/latest
|
# https://github.com/EDCD/EDDI/releases/latest
|
||||||
if software_version >= semantic_version.Version.coerce('4.0.2-rc1'):
|
if software_version >= semantic_version.Version.coerce('4.0.2'):
|
||||||
|
|
||||||
if matches.group('schema_ref') == 'https://eddn.edcd.io/schemas/approachsettlement/1':
|
# if matches.group('schema_ref') == 'https://eddn.edcd.io/schemas/approachsettlement/1':
|
||||||
if matches.group('err_msg').startswith(
|
# if matches.group('err_msg').startswith(
|
||||||
'Failed Validation "[<ValidationError: "\'Latitude\' is a required property">]"'
|
# 'Failed Validation "[<ValidationError: "\'Latitude\' is a required property">]"'
|
||||||
):
|
# ):
|
||||||
# Reported on Discord: <Failed Validation "[<ValidationError: "'Latitude' is a required property">]">
|
# # Reported on Discord: <Failed Validation "[<ValidationError: "'Latitude' is a required property">]">
|
||||||
pass
|
# pass
|
||||||
|
|
||||||
else:
|
# else:
|
||||||
print(line)
|
print(line)
|
||||||
|
|
||||||
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user