Changeset ce30949 in sasview
- Timestamp:
- Aug 29, 2018 5:27:23 AM (6 years ago)
- Branches:
- ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- b8080e1
- Parents:
- e9359e0a
- git-author:
- Torin Cooper-Bennun <torin.cooper-bennun@…> (08/29/18 05:25:47)
- git-committer:
- Torin Cooper-Bennun <torin.cooper-bennun@…> (08/29/18 05:27:23)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Utilities/ReportDialog.py
rf2530048 rce30949 151 151 def onTXTSave(data, filename): 152 152 """ 153 Simple txt file serializatio 153 Simple txt file serialization 154 154 """ 155 155 with open(filename, 'w') as f:
Note: See TracChangeset
for help on using the changeset viewer.