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 94a07c9 commit 092a194Copy full SHA for 092a194
util.py
@@ -91,7 +91,7 @@ def no_color():
91
global pcolor
92
pcolor = pcolor_off
93
94
-def shutil_move(src, dst, copy_function=copy2, rmtree_onerror=None):
+def shutil_move(src, dst, copy_function=shutil.copy2, rmtree_onerror=None):
95
"""Recursively move a file or directory to another location. This is
96
similar to the Unix "mv" command. Return the file or directory's
97
destination.
0 commit comments