Skip to content

Commit c216706

Browse files
committed
minor cleanup
1 parent 53b9ed9 commit c216706

File tree

5 files changed

+109
-90
lines changed

5 files changed

+109
-90
lines changed

GSASII/GSASIIpath.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1157,7 +1157,7 @@ def WriteConfig(configDict):
11571157
# Write the configuration file
11581158
with open(cfgfile, 'w') as configfile:
11591159
cfgP.write(configfile)
1160-
print(f"Configuraton settings saved as {cfgfile}")
1160+
print(f"Configuration settings saved as {cfgfile}")
11611161

11621162
def LoadConfig(printInfo=True):
11631163
'''Read configuration settings from ~/.GSASII/config.ini, if present.

GSASII/imports/G2img_CheMin.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
from __future__ import division, print_function
66
from .. import GSASIIobj as G2obj
7+
from .. import GSASIIpath
8+
from .. import GSASIIfil as G2fil
79
try:
810
import imageio
911
except ImportError:

0 commit comments

Comments
 (0)