Skip to content

Commit

Permalink
Update tests/scripts/check_schema.py
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab authored Oct 27, 2024
1 parent 5a01684 commit c35e66d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scripts/check_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
args = 3
if len(sys.argv) != args:
raise Exception(
"Usage: python check_schema.py <schema_file> <yaml_file>"
"Usage: python check_schema.py <schema_file> <yaml_file>",
)

schema_file = sys.argv[1]
Expand Down

0 comments on commit c35e66d

Please sign in to comment.