Skip to content

Commit

Permalink
Raise error on Lab HTTP error
Browse files Browse the repository at this point in the history
  • Loading branch information
neoformit committed Nov 13, 2024
1 parent 3453321 commit 89013ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/post_lab_links.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def main():
print(f"Ignoring changes to {path}: not in a lab directory")

if not success:
sys.exit(1)
raise ValueError("One or more Lab pages returned an HTTP error.")


if __name__ == "__main__":
Expand Down

0 comments on commit 89013ec

Please sign in to comment.