From: Stefan Pluecken Date: Sun, 5 Mar 2006 09:42:47 +0000 (+0000) Subject: grmpf X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=f408c3e2459129d6477903a3a934f3fabe7af9a7 grmpf --- diff --git a/lib/python/Tools/Directories.py b/lib/python/Tools/Directories.py index 6b321c3..121c7e8 100644 --- a/lib/python/Tools/Directories.py +++ b/lib/python/Tools/Directories.py @@ -47,7 +47,7 @@ def resolveFilename(scope, base = ""): if (not pathExists(defaultPaths[scope][0])): os.mkdir(path[0]) - if len(base > 0) and base[0] == '/': + if len(base) > 0 and base[0] == '/': path = "" if not fileExists(path[0] + base):