Catch only what you expect. We don't want to catch things like unknown variables (and other programming errors) and SystemExit.

This commit is contained in:
junglecow 2007-01-06 14:15:49 +00:00
parent 239d2308c8
commit f060342b5e
1 changed files with 1 additions and 1 deletions

View File

@ -675,7 +675,7 @@ icon=gajim
Description=xmpp
''' % command)
f.close()
except:
except IOError:
pass
try: