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

View file

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