diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-08-11 14:48:21 -0500 |
---|---|---|
committer | Rodney Ewing <ewing.rj@gmail.com> | 2013-08-16 15:30:16 -0700 |
commit | a59f92f3eca79b8070c2142a2be0ee5a48fe4611 (patch) | |
tree | b5a28875324ed77e88db2f116ecb830698ed9267 | |
parent | 77ea4c9bd1e8372fb7206596ca5125738033ced5 (diff) | |
download | mediagoblin-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.py | 1 |
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): |