Commit cc0274b9 authored by Georg Brandl's avatar Georg Brandl

merge with 3.2

parents 06e1ab0a c8076dfa
......@@ -332,7 +332,7 @@ def copytree(src, dst, symlinks=False, ignore=None, copy_function=copy2,
# Copying file access times may fail on Windows
pass
else:
errors.extend((src, dst, str(why)))
errors.append((src, dst, str(why)))
if errors:
raise Error(errors)
return dst
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment