We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fbae76 commit fb1ba6bCopy full SHA for fb1ba6b
fs/move.py
@@ -142,6 +142,7 @@ def move_dir(
142
fs.errors.DirectoryExpected: if ``src_path`` or one of its
143
ancestors is not a directory.
144
fs.errors.IllegalDestination: when moving a folder into itself
145
+
146
"""
147
with manage_fs(src_fs, writeable=True) as _src_fs:
148
with manage_fs(dst_fs, writeable=True, create=True) as _dst_fs:
0 commit comments