one more noSuchFiles->no_such_files
authorChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 6 Jul 2012 14:02:24 +0000 (09:02 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 6 Jul 2012 14:02:24 +0000 (09:02 -0500)
mediagoblin/tools/files.py

index 2b4ad4e45e473603f763b7d3f4fae536592e74a6..0e8dc1e944b17cbc2fca7ab8f3a531f707cc69bd 100644 (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)