aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-03-05 09:42:47 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-03-05 09:42:47 +0000
commitf408c3e2459129d6477903a3a934f3fabe7af9a7 (patch)
tree015d62e9cbbecf2a59f3ca0ec4443a2cc24966d5 /lib
parente9db1fd8163a6a18c9e9f8a4c0319e2985cba03e (diff)
downloadenigma2-f408c3e2459129d6477903a3a934f3fabe7af9a7.tar.gz
enigma2-f408c3e2459129d6477903a3a934f3fabe7af9a7.zip
grmpf
Diffstat (limited to 'lib')
-rw-r--r--lib/python/Tools/Directories.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Tools/Directories.py b/lib/python/Tools/Directories.py
index 6b321c32..121c7e82 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):