summaryrefslogtreecommitdiff
path: root/python/update.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/update.py')
-rw-r--r--python/update.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/update.py b/python/update.py
index 5efd30e5..39348709 100644
--- a/python/update.py
+++ b/python/update.py
@@ -95,7 +95,7 @@ class UpdateProgressCallback:
if self.func is not None:
return self.func(progress, total)
return True
- except:
+ except Exception:
log_error_for_exception("Unhandled Python exception in update progress callback")
@property