Do not use bare except, specify exception instead (E722)

When catching exceptions, mention specific exceptions whenever possible instead of using a bare except: clause.