Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/vcard.py')
-rw-r--r--src/vcard.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vcard.py b/src/vcard.py
index f824217fb..0685976bf 100644
--- a/src/vcard.py
+++ b/src/vcard.py
@@ -58,7 +58,7 @@ def get_avatar_pixbuf_encoded_mime(photo):
avatar_encoded = img_encoded
try:
img_decoded = base64.decodestring(img_encoded)
- except:
+ except Exception:
pass
if img_decoded:
if 'TYPE' in photo: