Changeset 1550ee0 in sasview
- Timestamp:
- Apr 9, 2017 5:33:25 AM (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:
- f6c2555
- Parents:
- 35cf5c0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sascalc/dataloader/readers/sesans_reader.py
r35cf5c0 r1550ee0 56 56 raise RuntimeError("{} is not a file".format(path)) 57 57 with open(path, 'r') as input_f: 58 # Read in binary mode since GRASP frequently has no-ascii59 # characters that brakes the open operation60 58 line = input_f.readline() 61 59 params = {}
Note: See TracChangeset
for help on using the changeset viewer.