Changeset 4496 for trunk/GSASIIctrlGUI.py
- Timestamp:
- Jun 18, 2020 6:44:24 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIctrlGUI.py
r4492 r4496 6245 6245 Settings['timer'].Stop() 6246 6246 btnstart.SetLabel('Continue') 6247 G2 G.G2MessageBox(dlg,'Error in reading file {}: {}'.format(6247 G2MessageBox(dlg,'Error in reading file {}: {}'.format( 6248 6248 f, rd.errors)) 6249 6249 return … … 6404 6404 Settings['timer'].Stop() 6405 6405 btnstart.SetLabel('Continue') 6406 G2 G.G2MessageBox(dlg,'Error in reading file {}: {}'.format(6406 G2MessageBox(dlg,'Error in reading file {}: {}'.format( 6407 6407 f, rd.errors)) 6408 6408 return
Note: See TracChangeset
for help on using the changeset viewer.