Skip to content

Commit

Permalink
Add debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
IanCa committed May 20, 2024
1 parent bf952d7 commit b9ffbb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hed/scripts/script_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ def validate_all_schemas(schema_files):
if len(extensions) > 1 and not single_schema_issues and "prerelease" in basename:
single_schema_issues += validate_all_schema_formats(basename)

print(f"Validating {basename}...")
print(f"Validating: {basename}...")
print(f"Extensions: {extensions}")
if single_schema_issues:
for issue in single_schema_issues:
print(issue)
Expand Down

0 comments on commit b9ffbb6

Please sign in to comment.