projects
/
mediagoblin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3f5302
)
Removed debugging exception
author
Joar Wandborg
<joar@wandborg.se>
Sun, 3 Mar 2013 07:48:12 +0000
(08:48 +0100)
committer
Joar Wandborg
<joar@wandborg.se>
Sun, 3 Mar 2013 07:48:12 +0000
(08:48 +0100)
.. that accidentally got included due to not testing the video media
type in the unit tests.
mediagoblin/media_types/video/processing.py
patch
|
blob
|
blame
|
history
diff --git
a/mediagoblin/media_types/video/processing.py
b/mediagoblin/media_types/video/processing.py
index 3a2dc481b07ea8b846afc04776abab4284257aa0..5b9be2425e7c72972b234dec69726afb2e86259a 100644
(file)
--- a/
mediagoblin/media_types/video/processing.py
+++ b/
mediagoblin/media_types/video/processing.py
@@
-60,7
+60,6
@@
def process_video(proc_state):
A Workbench() represents a local tempory dir. It is automatically
cleaned up when this function exits.
"""
- raise Exception('Testing celery and raven')
entry = proc_state.entry
workbench = proc_state.workbench
video_config = mgg.global_config['media_type:mediagoblin.media_types.video']