Skip to content

Commit

Permalink
change name file
Browse files Browse the repository at this point in the history
  • Loading branch information
YurelyCamacho committed Oct 26, 2024
1 parent 71ef9b1 commit f57ae49
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/scripts/check_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
print(sys.argv)
args = 3
if len(sys.argv) != args:
raise Exception("Usage: python test_files_ci.py <schema_file> <yaml_file>")
raise Exception(
"Usage: python test_check_schema.py <schema_file> <yaml_file>"
)

schema_file = sys.argv[1]
yaml_file = sys.argv[2]
Expand Down

0 comments on commit f57ae49

Please sign in to comment.