mirror of
https://github.com/EDCD/EDDN.git
synced 2025-06-05 01:43:20 +03:00
scripts/eddn-report-log-errors: EDSM/1.0.3: Materials as dict
This commit is contained in:
parent
2b141bf8ac
commit
6607e3eb45
@ -186,6 +186,13 @@ def process_file(input_file: str) -> None:
|
||||
):
|
||||
pass
|
||||
|
||||
elif (
|
||||
matches.group('err_msg').startswith('Failed Validation "[<ValidationError: "{') and
|
||||
matches.group('err_msg').endswith('} is not of type \'array\'">]"')
|
||||
):
|
||||
# <https://github.com/EDSM-NET/FrontEnd/issues/473>
|
||||
pass
|
||||
|
||||
else:
|
||||
print(matches.group('err_msg'))
|
||||
print(line)
|
||||
|
Loading…
x
Reference in New Issue
Block a user