Changeset 35009a0 in sasview for src/sas/sascalc/dataloader
- Timestamp:
- Apr 4, 2017 5:27:39 PM (8 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.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- bc6532e
- Parents:
- 41e0a3b
- git-author:
- Adam Washington <adam.washington@…> (04/04/17 17:16:16)
- git-committer:
- Adam Washington <adam.washington@…> (04/04/17 17:27:39)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sascalc/dataloader/readers/sesans_reader.py
r2d866370 r35009a0 56 56 params = {} 57 57 while line.strip() != "": 58 if line.strip() == "":59 break60 58 terms = line.strip().split("\t") 61 59 params[terms[0].strip()] = " ".join(terms[1:]).strip()
Note: See TracChangeset
for help on using the changeset viewer.