mirror of
https://github.com/EDCD/EDDN.git
synced 2025-04-12 07:00:04 +03:00
eddn-report: EDDI / navroute / missing Route
This commit is contained in:
parent
10dcdb9a2f
commit
50cd2b0f35
@ -107,6 +107,13 @@ def process_file(input_file: str) -> None:
|
|||||||
# Reported on Discord: <https://discord.com/channels/164411426939600896/353595704658231299/1062652620986134608>
|
# Reported on Discord: <https://discord.com/channels/164411426939600896/353595704658231299/1062652620986134608>
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
elif matches.group('schema_ref') == 'https://eddn.edcd.io/schemas/navroute/1':
|
||||||
|
if matches.group('err_msg').startswith(
|
||||||
|
'Failed Validation "[<ValidationError: "\'Route\' is a required property"'
|
||||||
|
):
|
||||||
|
# Reported on Discord: <https://discord.com/channels/164411426939600896/353595704658231299/1063017819752648775>
|
||||||
|
pass
|
||||||
|
|
||||||
else:
|
else:
|
||||||
print(line)
|
print(line)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user