Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
briantoby committed Feb 13, 2025
1 parent 53b9ed9 commit c216706
Show file tree
Hide file tree
Showing 5 changed files with 109 additions and 90 deletions.
2 changes: 1 addition & 1 deletion GSASII/GSASIIpath.py
Original file line number Diff line number Diff line change
Expand Up @@ -1157,7 +1157,7 @@ def WriteConfig(configDict):
# Write the configuration file
with open(cfgfile, 'w') as configfile:
cfgP.write(configfile)
print(f"Configuraton settings saved as {cfgfile}")
print(f"Configuration settings saved as {cfgfile}")

def LoadConfig(printInfo=True):
'''Read configuration settings from ~/.GSASII/config.ini, if present.
Expand Down
2 changes: 2 additions & 0 deletions GSASII/imports/G2img_CheMin.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

from __future__ import division, print_function
from .. import GSASIIobj as G2obj
from .. import GSASIIpath
from .. import GSASIIfil as G2fil
try:
import imageio
except ImportError:
Expand Down
Loading

0 comments on commit c216706

Please sign in to comment.