diff options
Diffstat (limited to 'test/CacheDir.py')
-rw-r--r-- | test/CacheDir.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CacheDir.py b/test/CacheDir.py index 24c7e60..de78e7a 100644 --- a/test/CacheDir.py +++ b/test/CacheDir.py @@ -239,7 +239,7 @@ CacheDir(r'%s') def docopy(target,source,env): data = source[0].get_contents() - f = open(target[0].rfile().abspath, "wb") + f = open(target[0].rfile().get_abspath(), "wb") f.write(data) f.close() |