Changeset 1861 for trunk/GSASIIstrIO.py


Ignore:
Timestamp:
May 19, 2015 11:59:25 AM (10 years ago)
Author:
vondreele
Message:

fix missing data error messages

File:
1 edited

Legend:

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

    r1857 r1861  
    183183    Histograms,Phases = GetUsedHistogramsAndPhases(GPXfile)
    184184    if not Phases:
    185         return 'Error: No Phases!',''
     185        return 'Error: No phases or no histograms in phases!',''
    186186    if not Histograms:
    187187        return 'Error: no diffraction data',''
Note: See TracChangeset for help on using the changeset viewer.