Changeset 2087 for trunk/GSASII.py


Ignore:
Timestamp:
Dec 8, 2015 6:02:57 PM (9 years ago)
Author:
toby
Message:

change error handling if h5py not installed; add new condition variable to importers (self.UseReader?); changes to docs to reflect this and consolidate description of package requirements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/GSASII.py ΒΆ

    r2084 r2087  
    285285                        else:
    286286                            reader = clss[1]() # create an import instance
    287                             readerlist.append(reader)
     287                            if reader.UseReader:
     288                                readerlist.append(reader)
    288289            except AttributeError:
    289290                print 'Import_'+errprefix+': Attribute Error '+str(filename)
Note: See TracChangeset for help on using the changeset viewer.