Skip to content

Commit

Permalink
Add more debug to LAVA validator
Browse files Browse the repository at this point in the history
Signed-off-by: Milosz Wasilewski <[email protected]>
  • Loading branch information
mwasilew committed Jan 24, 2025
1 parent f0f171e commit 21b64dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions schemacheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
except voluptuous.Invalid as e1:
print(f"{filename} is invalid")
print(e1.msg)
print(e1.path)
exitcode += 1
except yaml.parser.ParserError as e2:
print(f"{filename} is invalid")
Expand Down

0 comments on commit 21b64dc

Please sign in to comment.