Changeset 1550ee0 in sasview for src/sas


Ignore:
Timestamp:
Apr 9, 2017 3:33:25 AM (7 years ago)
Author:
Adam Washington <adam.washington@…>
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
Message:

Remove inaccurate comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sascalc/dataloader/readers/sesans_reader.py

    r35cf5c0 r1550ee0  
    5656            raise RuntimeError("{} is not a file".format(path)) 
    5757        with open(path, 'r') as input_f: 
    58             # Read in binary mode since GRASP frequently has no-ascii 
    59             # characters that brakes the open operation 
    6058            line = input_f.readline() 
    6159            params = {} 
Note: See TracChangeset for help on using the changeset viewer.