Skip to content

Commit

Permalink
Update docker/make_pyne_docker_image.py
Browse files Browse the repository at this point in the history
Co-Authored-By: bam241 <[email protected]>
  • Loading branch information
gonuke and bam241 committed Feb 15, 2019
1 parent 602bb92 commit 279176e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/make_pyne_docker_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def main():
parser = ap.ArgumentParser(description=description)

py_version = 'Require a specific python version'
parser.add_argument('-py_version', type=int, help=py_version)
parser.add_argument('--py_version', type=int, help=py_version)

moab = 'Build and install MOAB'
parser.add_argument('--moab', help=moab,
Expand Down

0 comments on commit 279176e

Please sign in to comment.