From 91f65e87de460d12e7f18f86aae0019da5108645 Mon Sep 17 00:00:00 2001 From: Richard Waite Date: Thu, 25 Apr 2024 12:14:00 +0100 Subject: [PATCH] Revert GSAS-II scriptable path PR #37146 prematurely merged --- .../gui/engineering_diffraction/tabs/gsas2/call_G2sc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt/python/mantidqtinterfaces/mantidqtinterfaces/Engineering/gui/engineering_diffraction/tabs/gsas2/call_G2sc.py b/qt/python/mantidqtinterfaces/mantidqtinterfaces/Engineering/gui/engineering_diffraction/tabs/gsas2/call_G2sc.py index b7b8487c72f8..5e82bf64eb1b 100644 --- a/qt/python/mantidqtinterfaces/mantidqtinterfaces/Engineering/gui/engineering_diffraction/tabs/gsas2/call_G2sc.py +++ b/qt/python/mantidqtinterfaces/mantidqtinterfaces/Engineering/gui/engineering_diffraction/tabs/gsas2/call_G2sc.py @@ -181,7 +181,7 @@ def export_lattice_parameters(temp_save_directory, name_of_project, project): """Call GSASIIscriptable""" import_path = None try: - import_path = os.path.join(path_to_gsas2, "GSAS-II", "GSASII") + import_path = os.path.join(path_to_gsas2, "GSASII") sys.path.insert(0, import_path) import GSASIIscriptable as G2sc except ModuleNotFoundError: