Changeset 2924532 in sasview for src/sas/sascalc


Ignore:
Timestamp:
Mar 7, 2018 7:39:18 AM (6 years ago)
Author:
krzywon
Branches:
master, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, unittest-saveload
Children:
4a8d55c
Parents:
425feff
Message:

Cleanup of the SasView? GUI data loader error handling and a more specific error message for deprecated file extension.

File:
1 edited

Legend:

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

    r425feff r2924532  
    3434                       "t not be fully reduced. Support for the reader associat" 
    3535                       "ed with this file type has been removed. An attempt to " 
    36                        "load the file was made, but SasView cannot guarantee th" 
    37                        "e accuracy of the data.") 
    38  
     36                       "load the file was made, however, even if a data set was" 
     37                       " generated, SasView cannot guarantee the accuracy of th" 
     38                       "e data.") 
    3939 
    4040class FileReader(object): 
Note: See TracChangeset for help on using the changeset viewer.