Skip to content

Commit

Permalink
Merge pull request #40 from FlorianReimold/master
Browse files Browse the repository at this point in the history
Removed raise in case of clang-tidy error
  • Loading branch information
ZedThree authored May 20, 2022
2 parents 1cf54e5 + 811f32e commit f8e0341
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion review.py
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,6 @@ def get_clang_tidy_warnings(
print(
f"\n\nclang-tidy failed with return code {e.returncode} and error:\n{e.stderr}\nOutput was:\n{e.stdout}"
)
raise
end = datetime.datetime.now()

print(f"Took: {end - start}")
Expand Down

0 comments on commit f8e0341

Please sign in to comment.