Skip to content

Commit 092a194

Browse files
committed
Copy-paste bug fixed.
1 parent 94a07c9 commit 092a194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def no_color():
9191
global pcolor
9292
pcolor = pcolor_off
9393

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

0 commit comments

Comments
 (0)