summaryrefslogtreecommitdiff
path: root/service/pixelated/support/ext_protobuf.py
diff options
context:
space:
mode:
Diffstat (limited to 'service/pixelated/support/ext_protobuf.py')
-rw-r--r--service/pixelated/support/ext_protobuf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/pixelated/support/ext_protobuf.py b/service/pixelated/support/ext_protobuf.py
index 1d6fc5fc..548f5fd6 100644
--- a/service/pixelated/support/ext_protobuf.py
+++ b/service/pixelated/support/ext_protobuf.py
@@ -28,7 +28,7 @@ if _platform == 'darwin':
try:
func(*args, **kwargs)
pass
- except Exception as e:
+ except:
pass
return wrapper