diff --git a/.github/workflows/scripts/export-stl.py b/.github/workflows/scripts/export-stl.py index 4167852..8acec87 100644 --- a/.github/workflows/scripts/export-stl.py +++ b/.github/workflows/scripts/export-stl.py @@ -193,4 +193,3 @@ if __name__ == '__main__': noun = "exception" if len(exceptions) == 1 else "exceptions" print(f"There {verb} {len(exceptions)} {noun}") - assert len(exceptions) == 0