Skip to content

Commit

Permalink
Update validate_format.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sgbaird committed Apr 5, 2024
1 parent 7f50265 commit c16707f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions validate_format.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,4 @@ def validate_file(file_path):
if __name__ == "__main__":
import sys

try:
validate_file(sys.argv[1])
except ValidationError as e:
print(f"Validation failed: {e}")
sys.exit(1)
validate_file(sys.argv[1])

0 comments on commit c16707f

Please sign in to comment.