From 2dcf398b41b198823f058182b4460f83ca217aee Mon Sep 17 00:00:00 2001 From: RaNaN Date: Fri, 5 Aug 2011 20:13:16 +0200 Subject: fixes, closed #361 --- module/common/packagetools.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'module/common') 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('/') -- cgit v1.2.3