Changeset 2819 for trunk/exports/G2export_FIT2D.py
- Timestamp:
- May 4, 2017 9:14:19 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/exports/G2export_FIT2D.py
r2376 r2819 70 70 self.filename = os.path.join(self.dirname,fileroot + self.extension) 71 71 self.Writer(hist) 72 print('Histogram '+ str(hist)+' written to file '+str(self.fullpath))72 print('Histogram '+hist+' written to file '+self.fullpath) 73 73 74 74 class ExportPowderQCHI(G2IO.ExportBaseclass): … … 119 119 self.filename = os.path.join(self.dirname,fileroot + self.extension) 120 120 self.Writer(hist) 121 print('Histogram '+ str(hist)+' written to file '+str(self.fullpath))121 print('Histogram '+hist+' written to file '+self.fullpath)
Note: See TracChangeset
for help on using the changeset viewer.