Skip to content

Commit

Permalink
Copy-paste bug fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
LindirQuenya committed Jun 20, 2022
1 parent 94a07c9 commit 092a194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def no_color():
global pcolor
pcolor = pcolor_off

def shutil_move(src, dst, copy_function=copy2, rmtree_onerror=None):
def shutil_move(src, dst, copy_function=shutil.copy2, rmtree_onerror=None):
"""Recursively move a file or directory to another location. This is
similar to the Unix "mv" command. Return the file or directory's
destination.
Expand Down

0 comments on commit 092a194

Please sign in to comment.