summaryrefslogtreecommitdiffstats
path: root/module/common
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-08-05 20:13:16 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-08-05 20:13:16 +0200
commit2dcf398b41b198823f058182b4460f83ca217aee (patch)
treecf3cd416f612757bc7b953e77999423b37744f86 /module/common
parentapi account fix (diff)
downloadpyload-2dcf398b41b198823f058182b4460f83ca217aee.tar.xz
fixes, closed #361
Diffstat (limited to 'module/common')
-rw-r--r--module/common/packagetools.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/module/common/packagetools.py b/module/common/packagetools.py
index 200f29c2f..5bfbcba95 100644
--- a/module/common/packagetools.py
+++ b/module/common/packagetools.py
@@ -53,6 +53,9 @@ def parseNames(files):
for file, url in files:
patternMatch = False
+ if file is None:
+ continue
+
# remove trailing /
name = file.rstrip('/')