Clarify path to spind
This commit is contained in:
parent
880d86d750
commit
60787bccb7
@ -54,7 +54,7 @@ def create():
|
||||
"-n",
|
||||
"2",
|
||||
"python",
|
||||
"spind/gen_hkl_table.py",
|
||||
os.path.expanduser("~/spind/gen_hkl_table.py"),
|
||||
lattice_const_textinput.value,
|
||||
"--max-res",
|
||||
str(max_res_spinner.value),
|
||||
@ -81,7 +81,7 @@ def create():
|
||||
"-n",
|
||||
"2",
|
||||
"python",
|
||||
"spind/SPIND.py",
|
||||
os.path.expanduser("~/spind/SPIND.py"),
|
||||
temp_peak_list_dir,
|
||||
temp_hkl_file,
|
||||
"-o",
|
||||
|
Loading…
x
Reference in New Issue
Block a user