Money, Rate, CentCount and a bunch of bugfixes.
[python_utils.git] / stopwatch.py
index d54af8792d28eef4025c150cb1920fbd2113efee..1326cb1fec8ffb41db461f99aac59372ded655f1 100644 (file)
@@ -24,4 +24,4 @@ class Timer(object):
 
     def __exit__(self, *args) -> bool:
         self.end = time.perf_counter()
-        return True
+        return None  # don't suppress exceptions