fixed bug

bzr revid: hmo@tinyerp.com-20090102060020-mt8ozl6h3iu22hv8
This commit is contained in:
Harry (Open ERP) 2009-01-02 11:30:20 +05:30
parent cd8281aeed
commit f26cd1dbeb
1 changed files with 1 additions and 1 deletions

View File

@ -619,7 +619,7 @@ class abstracted_fs:
elif self.isfile(path):
basedir, filename = os.path.split(path.path)
self.lstat(path) # raise exc in case of problems
return self.format_list(basedir, [filename])
return self.format_list(basedir, [path])
# Ok