From: Christopher Allan Webber Date: Sun, 11 Aug 2013 19:48:21 +0000 (-0500) Subject: That manager.process() line no longer made sense X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=a59f92f3eca79b8070c2142a2be0ee5a48fe4611;p=mediagoblin.git That manager.process() line no longer made sense --- 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):