aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2013-08-11 14:48:21 -0500
committerRodney Ewing <ewing.rj@gmail.com>2013-08-16 15:30:16 -0700
commita59f92f3eca79b8070c2142a2be0ee5a48fe4611 (patch)
treeb5a28875324ed77e88db2f116ecb830698ed9267
parent77ea4c9bd1e8372fb7206596ca5125738033ced5 (diff)
downloadmediagoblin-a59f92f3eca79b8070c2142a2be0ee5a48fe4611.tar.lz
mediagoblin-a59f92f3eca79b8070c2142a2be0ee5a48fe4611.tar.xz
mediagoblin-a59f92f3eca79b8070c2142a2be0ee5a48fe4611.zip
That manager.process() line no longer made sense
-rw-r--r--mediagoblin/gmg_commands/reprocess.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/mediagoblin/gmg_commands/reprocess.py b/mediagoblin/gmg_commands/reprocess.py
index 24fcde37..9a9196bb 100644
--- a/mediagoblin/gmg_commands/reprocess.py
+++ b/mediagoblin/gmg_commands/reprocess.py
@@ -268,7 +268,6 @@ def run(args):
media_entry,
reprocess_action=args.reprocess_command,
reprocess_info=reprocess_request)
- manager.process(media_entry, args.reprocess_command, **reprocess_request)
def reprocess(args):