mirror of
https://github.com/EDCD/EDDN.git
synced 2025-06-07 10:53:04 +03:00
scripts/eddn-errors: EDSM - Console version now 1.0.2
This commit is contained in:
parent
bd7a0d6ab9
commit
353c5a2381
@ -137,7 +137,7 @@ def process_file(input_file: str) -> None:
|
|||||||
|
|
||||||
elif matches.group('software_name') == 'EDSM - Console':
|
elif matches.group('software_name') == 'EDSM - Console':
|
||||||
# It's in-browser, no public source/releases
|
# It's in-browser, no public source/releases
|
||||||
if software_version >= semantic_version.Version.coerce('1.0'):
|
if software_version >= semantic_version.Version.coerce('1.0.2'):
|
||||||
if matches.group('schema_ref') == 'https://eddn.edcd.io/schemas/journal/1':
|
if matches.group('schema_ref') == 'https://eddn.edcd.io/schemas/journal/1':
|
||||||
if matches.group('journal_event') == 'Scan':
|
if matches.group('journal_event') == 'Scan':
|
||||||
# <https://github.com/EDSM-NET/FrontEnd/issues/466>
|
# <https://github.com/EDSM-NET/FrontEnd/issues/466>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user