From 4faa994d32223c8d560d9dad0ca90a3f7eb10d6a Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Wed, 28 Jul 2021 22:13:43 -0700 Subject: Money, Rate, CentCount and a bunch of bugfixes. --- stopwatch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stopwatch.py') diff --git a/stopwatch.py b/stopwatch.py index d54af87..1326cb1 100644 --- a/stopwatch.py +++ b/stopwatch.py @@ -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 -- cgit v1.3