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 2533e37 commit af06001
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 @@ -261,7 +261,7 @@ def add_binding_source_files():
else:
os.makedir(src_system_dir)
shutil.move(build_system_dir / "lib.rs", src_system_dir)
else :
else:
pass

def post_gen():
Expand Down

0 comments on commit af06001

Please sign in to comment.