We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfa4403 commit 120fb10Copy full SHA for 120fb10
GSASII/exports/G2export_shelx.py
@@ -38,7 +38,7 @@ def Exporter(self,event=None):
38
i = self.Phases[phasenam]['pId']
39
if len(self.phasenam) > 1: # if more than one filename is included, add a phase #
40
self.filename = os.path.splitext(filename)[1] + "_" + str(i) + self.extension
41
- #fp = self.OpenFile()
+ self.OpenFile(filename)
42
# title line
43
self.Write("TITL from "+str(self.G2frame.GSASprojectfile)+", phase "+str(phasenam))
44
# get & write cell parameters
0 commit comments