Changeset 2160
- Timestamp:
- Mar 1, 2016 9:58:30 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASII.py
r2159 r2160 1284 1284 instfile = G2IO.ExtractFileFromZip(self.zipfile, 1285 1285 selection=os.path.split(basename + ext)[1],parent=self) 1286 if instfile == None: 1287 continue 1286 1288 else: 1287 1289 instfile = basename + ext … … 1321 1323 instfile = G2IO.ExtractFileFromZip(self.zipfile, 1322 1324 selection=os.path.split(instfile)[1],parent=self) 1323 if os.path.exists(instfile):1325 if instfile != None and os.path.exists(instfile): 1324 1326 #print 'debug: try read',instfile 1325 1327 if 'instprm' in instfile: #GSAS-II file must have .instprm as extension
Note: See TracChangeset
for help on using the changeset viewer.