Skip to content

Commit

Permalink
add file list to matching failure output
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewpmartinez committed Sep 4, 2024
1 parent 209a8af commit 400864a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def extract_version(file_path):

# Check if all versions are the same
if len(set(versions)) != 1:
raise ValueError(f"Versions do not match across files: {versions}")
raise ValueError(f"Versions do not match across files: {versions}: please make sure all files {files} have the same version")

# Get the current version
current_version = versions[0]
Expand Down

0 comments on commit 400864a

Please sign in to comment.