Skip to content

Commit

Permalink
add blank line in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
tfeldmann committed Aug 30, 2022
1 parent 3fbae76 commit fb1ba6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fs/move.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ def move_dir(
fs.errors.DirectoryExpected: if ``src_path`` or one of its
ancestors is not a directory.
fs.errors.IllegalDestination: when moving a folder into itself
"""
with manage_fs(src_fs, writeable=True) as _src_fs:
with manage_fs(dst_fs, writeable=True, create=True) as _dst_fs:
Expand Down

0 comments on commit fb1ba6b

Please sign in to comment.