Skip to content

Commit

Permalink
[asl][reference] made doclint.py build blocking
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman-Manevich committed Jan 19, 2025
1 parent ae7cce3 commit e0a8ff1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions asllib/doc/doclint.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ def main():
num_errors += check_undefined_references_and_multiply_defined_labels()

print(f"There were {num_errors} errors!", file=sys.stderr)
#if num_errors > 0:
# sys.exit(1)
if num_errors > 0:
sys.exit(1)

if __name__ == "__main__":
main()

0 comments on commit e0a8ff1

Please sign in to comment.