summaryrefslogtreecommitdiffstats
path: root/module/file_list.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/file_list.py')
-rw-r--r--module/file_list.py2
1 files changed, 1 insertions, 1 deletions
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)