too many side effects for a sunday - remove previous changes
[enigma2.git] / lib / python / Tools / Directories.py
index 121c7e82b4386552f5bdc5f032e88e974ebf93d7..e667029edef286654c0be641988c22793d29d252 100644 (file)
@@ -47,8 +47,8 @@ def resolveFilename(scope, base = ""):
                if (not pathExists(defaultPaths[scope][0])):
                        os.mkdir(path[0])
                        
                if (not pathExists(defaultPaths[scope][0])):
                        os.mkdir(path[0])
                        
-       if len(base) > 0 and base[0] == '/':
-               path = ""
+       #if len(base) > 0 and base[0] == '/':
+               #path = ("", None)
        
        if not fileExists(path[0] + base):
                #try:
        
        if not fileExists(path[0] + base):
                #try: