[extensions-web] grrr...



commit 7feed702efa537ca6a0226121b2d79b88868df1b
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Sat Nov 19 16:18:15 2011 -0500

    grrr...

 sweettooth/review/views.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/sweettooth/review/views.py b/sweettooth/review/views.py
index f71adc1..dc142bd 100644
--- a/sweettooth/review/views.py
+++ b/sweettooth/review/views.py
@@ -44,7 +44,7 @@ def get_filelist(zipfile):
             # guessing this is the most reliable way to do it.
             continue
 
-        base, extension = os.path.splitext(filename)
+        base, extension = os.path.splitext(name)
         if extension in BINARY_TYPES:
             continue
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]