Changeset ebf86f1 in sasview for src/sas/qtgui/Utilities
- Timestamp:
- Nov 12, 2018 4:28:14 AM (6 years ago)
- Branches:
- ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- 859d960, 5f9e874
- Parents:
- 5584dee
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Utilities/GenericReader.py
re7a0b2f rebf86f1 41 41 try: 42 42 data = self.loader.read(self.path) 43 self.complete(data= data)43 self.complete(data=[data]) 44 44 except: 45 45 # Thread was interrupted, just proceed and re-raise.
Note: See TracChangeset
for help on using the changeset viewer.