Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cc0274b

Browse files
committed
merge with 3.2
2 parents 06e1ab0 + c8076df commit cc0274b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/shutil.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ def copytree(src, dst, symlinks=False, ignore=None, copy_function=copy2,
332332
# Copying file access times may fail on Windows
333333
pass
334334
else:
335-
errors.extend((src, dst, str(why)))
335+
errors.append((src, dst, str(why)))
336336
if errors:
337337
raise Error(errors)
338338
return dst

0 commit comments

Comments
 (0)