Skip to content

Instantly share code, notes, and snippets.

@thruflo
Created January 17, 2010 17:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thruflo/279453 to your computer and use it in GitHub Desktop.
Save thruflo/279453 to your computer and use it in GitHub Desktop.
138c138
< except OSError:
---
> except (IOError, OSError):
196c196
< except OSError, e:
---
> except (IOError, OSError), e:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment