Changeset b80d945 in sasview
- Timestamp:
- May 2, 2018 5:35:50 AM (7 years ago)
- Branches:
- master, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, unittest-saveload
- Children:
- 47439ce
- Parents:
- 86d6abd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sasview/sasview.py
r86d6abd rb80d945 213 213 'Xcode command line installation and restart SasView' 214 214 'SasView is terminating now', 215 'Info', wx.OK | wx.ICON_INFORMATION )215 'Info', wx.OK | wx.ICON_INFORMATION | wx.STAY_ON_TOP) 216 216 dlg.Destroy() 217 217 logger.error("No compiler installed. %s\n"%(exc))
Note: See TracChangeset
for help on using the changeset viewer.