From ecfd3fcbe4dd04b6074f46383526aa975fe8ed4b Mon Sep 17 00:00:00 2001 From: RaNaN Date: Thu, 13 Aug 2009 12:06:08 +0200 Subject: little fixes --- module/file_list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/file_list.py') diff --git a/module/file_list.py b/module/file_list.py index 8c1c32564..a83ab61a5 100644 --- a/module/file_list.py +++ b/module/file_list.py @@ -56,7 +56,7 @@ class File_List(object): self.append(url) def remove(self, pyfile): - if not self.config['debug_mode']: + if not self.core.config['debug_mode']: if pyfile in self.files: self.files.remove(pyfile) -- cgit v1.2.3