Update export-stl.py

This commit is contained in:
Stephen Hawes
2025-01-16 11:42:21 -05:00
committed by GitHub
parent 23d32d6050
commit 8b17741d45

View File

@@ -193,4 +193,3 @@ if __name__ == '__main__':
noun = "exception" if len(exceptions) == 1 else "exceptions" noun = "exception" if len(exceptions) == 1 else "exceptions"
print(f"There {verb} {len(exceptions)} {noun}") print(f"There {verb} {len(exceptions)} {noun}")
assert len(exceptions) == 0