Skip to content

Commit

Permalink
Merge pull request #37220 from mantidproject/revert_GSAS2_path
Browse files Browse the repository at this point in the history
Revert GSAS-II scriptable path
  • Loading branch information
SilkeSchomann committed Apr 25, 2024
2 parents e5e335d + 91f65e8 commit e7e3a54
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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:
Expand Down

0 comments on commit e7e3a54

Please sign in to comment.