From 4925f0f5bfc56986b7d2dd5d6112ff532fef0b47 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Sun, 5 Mar 2006 10:28:49 +0000 Subject: [PATCH] too many side effects for a sunday - remove previous changes --- lib/python/Tools/Directories.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: -- 2.30.2