From a4ee86629b4744cc8f898a5fcdf614b23a8d802e Mon Sep 17 00:00:00 2001 From: Sanj Date: Mon, 9 May 2011 21:22:31 +0530 Subject: [PATCH] file_utils --- edgware/files/file_utils.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/edgware/files/file_utils.py b/edgware/files/file_utils.py index ecae4d6..5fe3525 100644 --- a/edgware/files/file_utils.py +++ b/edgware/files/file_utils.py @@ -9,7 +9,8 @@ def clean_nulls(): if not fil.startswith("/static"): print fil except ValueError: - f.delete() + x.append(f) + print len(x) def clean_relative_links(): for f in File.objects.all():