diff options
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Tools/Directories.py | 4 |
1 files 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: |
