Skip to content

Commit

Permalink
fixed cli script
Browse files Browse the repository at this point in the history
  • Loading branch information
bwohl committed Nov 21, 2022
1 parent a3a4a4c commit afcdeac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pyvenus/scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

0 comments on commit afcdeac

Please sign in to comment.