diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2012-07-06 09:06:01 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2012-07-06 09:06:01 -0500 |
commit | 118bafbd815922b759ed619412411878ef8b69f6 (patch) | |
tree | 0eeb0093fd3321240deab109354c42f929a8e063 /mediagoblin/processing/task.py | |
parent | 1ec85bb3de52ed67af176b76f0eda29df78c2193 (diff) | |
download | mediagoblin-118bafbd815922b759ed619412411878ef8b69f6.tar.lz mediagoblin-118bafbd815922b759ed619412411878ef8b69f6.tar.xz mediagoblin-118bafbd815922b759ed619412411878ef8b69f6.zip |
Switching the syntax of this exception-raise
It's nicer to raise exceptions like
raise Exception("foo")
than
raise Exception, "foo"
Diffstat (limited to 'mediagoblin/processing/task.py')
0 files changed, 0 insertions, 0 deletions