summaryrefslogtreecommitdiffstats
path: root/module/file_list.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-01-26 21:23:16 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-01-26 21:23:16 +0100
commit769f156ea822d4520620727dc1317224a02bdaaa (patch)
tree7413f3129f839a1a01c0754c0a845a8154c711ca /module/file_list.py
parentAdded tag v0.3 for changeset e848797046d9 (diff)
downloadpyload-769f156ea822d4520620727dc1317224a02bdaaa.tar.xz
extended script support
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 1c4c4776b..7c68a7427 100644
--- a/module/file_list.py
+++ b/module/file_list.py
@@ -149,7 +149,7 @@ class File_List(object):
info["active"] = pyfile.active
info["plugin"] = pyfile.plugin.props['name']
return info
-
+
def continueAborted(self):
[[self.packager.resetFileStatus(x.id) for x in p.files if x.status.type == "aborted"] for p in self.data["queue"]]