We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09cf23a commit 54b3c98Copy full SHA for 54b3c98
api_core/google/api_core/future/_helpers.py
@@ -35,5 +35,5 @@ def safe_invoke_callback(callback, *args, **kwargs):
35
# We intentionally want to swallow all exceptions.
36
try:
37
return callback(*args, **kwargs)
38
- except:
+ except Exception:
39
_LOGGER.exception('Error while executing Future callback.')
0 commit comments