- Timestamp:
- Feb 28, 2011 4:07:14 PM (14 years ago)
- Branches:
- master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- 243a8d4
- Parents:
- 6bbeacd4
- Location:
- sansview
- Files:
-
- 3 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sansview/sansview.py
r75fbd17 ra07e72f 74 74 self.gui.add_perspective(invariant_plug) 75 75 except: 76 logging.error("SansView: could not find Invariant plug-in module") 77 logging.error(sys.exc_value) 76 raise 77 #logging.error("SansView: could not find Invariant plug-in module") 78 #logging.error(sys.exc_value) 78 79 79 80 #Calculator perspective … … 85 86 logging.error("SansView: could not find Calculator plug-in module") 86 87 logging.error(sys.exc_value) 87 88 """ 88 89 # theory perspective 89 90 try: … … 93 94 except: 94 95 logging.error("SansView: could not find theory plug-in module") 95 logging.error(sys.exc_value) 96 logging.error(sys.exc_value) 97 """ 96 98 97 99 # Fitting perspective
Note: See TracChangeset
for help on using the changeset viewer.