From: Stefan Pluecken Date: Sun, 5 Mar 2006 10:28:49 +0000 (+0000) Subject: too many side effects for a sunday - remove previous changes X-Git-Tag: 2.6.0~3879 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/4925f0f5bfc56986b7d2dd5d6112ff532fef0b47?ds=sidebyside too many side effects for a sunday - remove previous changes --- 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: