From 60787bccb7792f66f31db920c290d276558ebb39 Mon Sep 17 00:00:00 2001 From: Ivan Usov Date: Mon, 10 May 2021 15:13:38 +0200 Subject: [PATCH] Clarify path to spind --- pyzebra/app/panel_spind.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyzebra/app/panel_spind.py b/pyzebra/app/panel_spind.py index 194be5a..e6ce1b6 100644 --- a/pyzebra/app/panel_spind.py +++ b/pyzebra/app/panel_spind.py @@ -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",