one more noSuchFiles->no_such_files

This commit is contained in:
Christopher Allan Webber 2012-07-06 09:02:24 -05:00
parent 46583ff4e6
commit a850b1e2a2

View File

@ -53,4 +53,4 @@ def delete_media_files(media):
if no_such_files:
# This breaks pep8 as far as I know
raise OSError, ", ".join(noSuchFiles)
raise OSError, ", ".join(no_such_files)