fix linting

This commit is contained in:
Robert Kaussow 2023-07-24 08:47:42 +02:00
parent e3f17281ad
commit 671db88916
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ class Settings:
except jsonschema.exceptions.ValidationError as e:
validator = e.validator
path = format_as_index(
list(e.absolute_path)[0],
next(iter(e.absolute_path)),
list(e.absolute_path)[1:],
)
msg = e.message