Skip to content

Commit

Permalink
update build_pip
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuminjie committed Nov 30, 2020
1 parent e5573cc commit 458533b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openseespy-pip/build_pip.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def install_pip(pyexe='python'):

so = sys.argv[2]
copy_dep = False
if sys.argv[3] == 'copy-dep':
if sys.argv[3] == 'copy_dep':
copy_dep = True
pyexe = sys.argv[4]

Expand Down

0 comments on commit 458533b

Please sign in to comment.