- Timestamp:
- Aug 23, 2012 11:40:41 AM (12 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:
- 7bfc888
- Parents:
- 1e40ed1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sansview/sansview.py
rc329f4d r10b3e1e 68 68 self.gui.add_perspective(fitting_plug) 69 69 except: 70 logging.error("%s: could not find Fitting plug-in module" )% APP_NAME70 logging.error("%s: could not find Fitting plug-in module"% APP_NAME) 71 71 logging.error(sys.exc_value) 72 72 … … 77 77 self.gui.add_perspective(pr_plug) 78 78 except: 79 logging.error("%s: could not find P(r) plug-in module" )% APP_NAME79 logging.error("%s: could not find P(r) plug-in module"% APP_NAME) 80 80 logging.error(sys.exc_value) 81 81 … … 87 87 except: 88 88 raise 89 logging.error("%s: could not find Invariant plug-in module" )% \90 APP_NAME89 logging.error("%s: could not find Invariant plug-in module"% \ 90 APP_NAME) 91 91 logging.error(sys.exc_value) 92 92 … … 97 97 self.gui.add_perspective(calculator_plug) 98 98 except: 99 logging.error("%s: could not find Calculator plug-in module" )% \100 APP_NAME 99 logging.error("%s: could not find Calculator plug-in module"% \ 100 APP_NAME) 101 101 logging.error(sys.exc_value) 102 102
Note: See TracChangeset
for help on using the changeset viewer.