We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d17b20f commit 695f903Copy full SHA for 695f903
calphy/clitools.py
@@ -125,4 +125,5 @@ def phase_diagram():
125
arg = ap.ArgumentParser()
126
arg.add_argument("-i", "--input", required=True, type=str,
127
help="name of the input file")
128
+ args = vars(arg.parse_args())
129
prepare_inputs_for_phase_diagram(args['input'])
0 commit comments