Skip to content

Commit

Permalink
Add param to match old behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
dyastremsky committed Aug 15, 2023
1 parent 6ce08ba commit 10eeb9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/library/build_wheel.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def touch(path):


def cpdir(src, dest):
shutil.copytree(src, dest, symlinks=True)
shutil.copytree(src, dest, symlinks=True, dirs_exist_ok=True)


def sed(pattern, replace, source, dest=None):
Expand Down

0 comments on commit 10eeb9b

Please sign in to comment.