Changes in src/sans/guiframe/gui_manager.py [a3b635b:51af54b] in sasview
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sans/guiframe/gui_manager.py
ra3b635b r51af54b 1958 1958 wx.PostEvent(self, StatusEvent(status="Completed Saving.")) 1959 1959 else: 1960 msg = "%s cannot read %s\n" % (str(APPLICATION_NAME), str(path)) 1960 msg = "No perspective windows are loaded. " 1961 msg += "No data was saved to %s\n" % (str(path)) 1961 1962 logging.error(msg) 1963 wx.PostEvent(self,StatusEvent(status=msg)) 1962 1964 except: 1963 1965 msg = "Error occurred while saving: "
Note: See TracChangeset
for help on using the changeset viewer.