Ignore:
Timestamp:
Nov 29, 2017 9:06:47 AM (6 years ago)
Author:
Paul Kienzle <pkienzle@…>
Children:
dcd534e
Parents:
882cfec
Message:

remove infinite loop from sesans reader

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sascalc/dataloader/file_reader_base_class.py

    r20fa5fe r814ee32  
    5454        :param filepath: The full or relative path to a file to be loaded 
    5555        """ 
     56        self.filepath = filepath 
    5657        if os.path.isfile(filepath): 
    5758            basename, extension = os.path.splitext(os.path.basename(filepath)) 
Note: See TracChangeset for help on using the changeset viewer.