Skip to content

Commit 7baa38d

Browse files
committed
more edits in utils
1 parent 33838a3 commit 7baa38d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/rbc/core/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ def rename(in_file: str | Path, new_name: str | Path) -> Path:
5252
return in_file
5353
return Path(shutil.move(str(in_file), str(target)))
5454

55+
5556
def save_directory(in_dir: str | Path, out_dir: str | Path, name: str) -> Path:
5657
"""Save a directory by copying it to a new location.
5758

0 commit comments

Comments
 (0)