Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make sure Video instances are still pickleable #15

Merged
merged 2 commits into from
May 31, 2012
Merged

Conversation

paulswartz
Copy link
Contributor

No description provided.

paulswartz and others added 2 commits May 29, 2012 11:06
Miro Community pickles Video instances in order to save on HTTP costs.
However, now that we're storing errors on the Video instance, some things
weren't pickleable anymore (I'm looking at you, `urllib2.HTTPError`).  This
traps that exception and just stores the repr() of the exception instead.
@melinath melinath merged commit 673cae5 into master May 31, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants