summaryrefslogtreecommitdiffstats
path: root/module
diff options
context:
space:
mode:
Diffstat (limited to 'module')
-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 feb7613bd..e9a836dbc 100644
--- a/module/file_list.py
+++ b/module/file_list.py
@@ -49,7 +49,7 @@ class File_List(object):
new_file = self.new_pyfile(url)
self.files.append(new_file)
self.data[new_file.id] = Data(url)
- self.data['order'].append(new_file.id)
+ self.data['order'].append(int(new_file.id))
def extend(self, urls):
for url in urls: