Changeset 20fa5fe in sasview for src/sas/sascalc/dataloader
- Timestamp:
- Nov 2, 2017 5:21:47 AM (7 years ago)
- Branches:
- master, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- b6b81a3
- Parents:
- f4775563
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sascalc/dataloader/file_reader_base_class.py
r1576693 r20fa5fe 123 123 """ 124 124 Generic error handler to add an error to the current datainfo to 125 prop ogate the error up the error chain.125 propagate the error up the error chain. 126 126 :param msg: Error message 127 127 """ … … 325 325 def splitline(line): 326 326 """ 327 Splits a line into pieces based on common delim eters327 Splits a line into pieces based on common delimiters 328 328 :param line: A single line of text 329 329 :return: list of values
Note: See TracChangeset
for help on using the changeset viewer.