X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/f408c3e2459129d6477903a3a934f3fabe7af9a7..4925f0f5bfc56986b7d2dd5d6112ff532fef0b47:/lib/python/Tools/Directories.py diff --git a/lib/python/Tools/Directories.py b/lib/python/Tools/Directories.py index 121c7e82..e667029e 100644 --- a/lib/python/Tools/Directories.py +++ b/lib/python/Tools/Directories.py @@ -47,8 +47,8 @@ def resolveFilename(scope, base = ""): 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: