Changeset 5474


Ignore:
Timestamp:
Jan 13, 2023 2:36:04 PM (11 months ago)
Author:
vondreele
Message:

fix for RMCProfile run w/o reflections - error message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIpwd.py

    r5443 r5474  
    28872887    try:
    28882888        refList = PWDdata['Reflection Lists'][Name]['RefList']
    2889     except KeyError:
     2889    except TypeError:
    28902890        return 'Error - missing reflection list; you must do Refine first'
    28912891    dMin = refList[-1][4]
Note: See TracChangeset for help on using the changeset viewer.