Skip to content
Snippets Groups Projects
Commit f060342b authored by junglecow's avatar junglecow
Browse files

Catch only what you expect. We don't want to catch things like unknown...

Catch only what you expect. We don't want to catch things like unknown variables (and other programming errors) and SystemExit.
parent 239d2308
No related branches found
No related tags found
No related merge requests found
......@@ -675,7 +675,7 @@ icon=gajim
Description=xmpp
''' % command)
f.close()
except:
except IOError:
pass
try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment