summaryrefslogtreecommitdiffstats
path: root/module/file_list.py
diff options
context:
space:
mode:
authorGravatar mkaay <mkaay@mkaay.de> 2009-12-20 20:00:40 +0100
committerGravatar mkaay <mkaay@mkaay.de> 2009-12-20 20:00:40 +0100
commitff9a9560fef2d4a977a994d967e2848c1b62d206 (patch)
treeb9dab5bec44bc4b94151932ea2e0daa478f17e9a /module/file_list.py
parentfixed file removing? (diff)
downloadpyload-ff9a9560fef2d4a977a994d967e2848c1b62d206.tar.xz
fixed file_list, clean exit?
Diffstat (limited to 'module/file_list.py')
-rw-r--r--module/file_list.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/module/file_list.py b/module/file_list.py
index efe45c044..9d4c090d1 100644
--- a/module/file_list.py
+++ b/module/file_list.py
@@ -195,6 +195,8 @@ class File_List(object):
try:
n, pyfile = collector._getFileFromID(id)
del collector.file_list.data["collector"][n]
+ except Exception, e:
+ raise Exception, e
else:
return pyfile
finally: