diff --git a/src/pyvenus/scripts.py b/src/pyvenus/scripts.py index f4490ea..3704944 100644 --- a/src/pyvenus/scripts.py +++ b/src/pyvenus/scripts.py @@ -28,5 +28,6 @@ def pyvenus_setup(): if dir is not None: shutil.copytree( os.path.join(os.path.abspath(os.path.dirname(__file__)), "setup_files", dir), - os.getcwd() + os.getcwd(), + dirs_exist_ok=True )