diff options
Diffstat (limited to 'stopwatch.py')
| -rw-r--r-- | stopwatch.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
