too many side effects for a sunday - remove previous changes
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Sun, 5 Mar 2006 10:28:49 +0000 (10:28 +0000)
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Sun, 5 Mar 2006 10:28:49 +0000 (10:28 +0000)
lib/python/Tools/Directories.py

index 121c7e8..e667029 100644 (file)
@@ -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: