aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/media_types
diff options
context:
space:
mode:
authorRodney Ewing <ewing.rj@gmail.com>2013-08-02 15:20:59 -0700
committerRodney Ewing <ewing.rj@gmail.com>2013-08-16 15:30:14 -0700
commit45b20dce1ac5a8d9fb045faf67e796a8092f65e4 (patch)
tree632595e68d6300eabbde0914431224a0ce5244e7 /mediagoblin/media_types
parent3e9faf85da1ee2971e9ff2fde12b192ea470d806 (diff)
downloadmediagoblin-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.py2
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