Skip to content

Commit 695f903

Browse files
committed
minor fix in pd mode
1 parent d17b20f commit 695f903

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

calphy/clitools.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,5 @@ def phase_diagram():
125125
arg = ap.ArgumentParser()
126126
arg.add_argument("-i", "--input", required=True, type=str,
127127
help="name of the input file")
128+
args = vars(arg.parse_args())
128129
prepare_inputs_for_phase_diagram(args['input'])

0 commit comments

Comments
 (0)