Riccardo Spagni
10 years ago
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD
1 changed files with
2 additions and
2 deletions
-
plugins/openalias.py
|
|
@ -196,8 +196,8 @@ class Plugin(BasePlugin): |
|
|
|
except DNSException: |
|
|
|
err = _('Unhandled exception.') |
|
|
|
continue |
|
|
|
except: |
|
|
|
err = _('Unknown error.') |
|
|
|
except Exception,e: |
|
|
|
err = _('Unexpected error: ' + str(e)) |
|
|
|
continue |
|
|
|
break |
|
|
|
if err: |
|
|
|