diff options
author | Rodney Ewing <ewing.rj@gmail.com> | 2013-08-02 15:20:59 -0700 |
---|---|---|
committer | Rodney Ewing <ewing.rj@gmail.com> | 2013-08-16 15:30:14 -0700 |
commit | 45b20dce1ac5a8d9fb045faf67e796a8092f65e4 (patch) | |
tree | 632595e68d6300eabbde0914431224a0ce5244e7 /mediagoblin/media_types | |
parent | 3e9faf85da1ee2971e9ff2fde12b192ea470d806 (diff) | |
download | mediagoblin-45b20dce1ac5a8d9fb045faf67e796a8092f65e4.tar.lz mediagoblin-45b20dce1ac5a8d9fb045faf67e796a8092f65e4.tar.xz mediagoblin-45b20dce1ac5a8d9fb045faf67e796a8092f65e4.zip |
change get_queued_filename to get_orig_filename and modified function
Diffstat (limited to 'mediagoblin/media_types')
-rw-r--r-- | mediagoblin/media_types/image/processing.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/media_types/image/processing.py b/mediagoblin/media_types/image/processing.py index 078ab0d8..665a2931 100644 --- a/mediagoblin/media_types/image/processing.py +++ b/mediagoblin/media_types/image/processing.py @@ -75,7 +75,7 @@ def resize_image(proc_state, resized, keyname, target_name, new_size, def resize_tool(proc_state, force, keyname, target_name, conversions_subdir, exif_tags, new_size=None): - # Get the filename of the original file + # filename -- the filename of the original image being resized filename = proc_state.get_orig_filename() # Use the default size if new_size was not given |