Skip to content

Commit

Permalink
Add more debug
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 e97e4f7 commit d115633
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion schemacheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
except yaml.parser.ParserError as e2:
print(f"{filename} is invalid")
print(e2.problem)
print(e2.note)
print(e2.problem_mark)
print(e2.context)
print(e2.context_mark)
exitcode += 1
print(f"{filename} is valid")
sys.exit(exitcode)
Expand Down

0 comments on commit d115633

Please sign in to comment.