Skip to content

Commit

Permalink
Update src/scicookie/hooks/post_gen_project.py
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab authored Jul 27, 2023
1 parent af06001 commit 523ea98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scicookie/hooks/post_gen_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ def add_binding_source_files():
build_system_dir = PROJECT_DIRECTORY / "build-system"
src_system_dir = PROJECT_DIRECTORY/ "src"
if USE_SRC_LAYOUT :
shutil.move(build_system_dir/"lib.rs", "src")
shutil.move(build_system_dir / "lib.rs", "src")
else:
os.makedir(src_system_dir)
shutil.move(build_system_dir / "lib.rs", src_system_dir)
Expand Down

0 comments on commit 523ea98

Please sign in to comment.