Skip to content

Commit de24338

Browse files
authored
Update __init__.py
1 parent 6908372 commit de24338

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/venv/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ def skip_file(f):
581581
'may be binary: %s', srcfile, e)
582582
continue
583583
if new_data == data:
584-
shutil.copy2(srcfile, dstfile)
584+
shutil.copy(srcfile, dstfile)
585585
else:
586586
with open(dstfile, 'wb') as f:
587587
f.write(new_data)

0 commit comments

Comments
 (0)