Commit 7a9f666f by willmcgugan

Stupid last minute bug

parent d9e83470
...@@ -429,7 +429,7 @@ class MemoryFS(FS): ...@@ -429,7 +429,7 @@ class MemoryFS(FS):
dst_dir,dst_name = pathsplit(dst) dst_dir,dst_name = pathsplit(dst)
dst_entry = self._get_dir_entry(dst) dst_entry = self._get_dir_entry(dst)
if dst_entry is not None: if dst_entry is not None:
raise DestinationExistsError(path) raise DestinationExistsError(dst)
src_dir_entry = self._get_dir_entry(src_dir) src_dir_entry = self._get_dir_entry(src_dir)
src_xattrs = src_dir_entry.xattrs.copy() src_xattrs = src_dir_entry.xattrs.copy()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment