Changeset 4436


Ignore:
Timestamp:
May 25, 2020 9:06:05 PM (3 years ago)
Author:
toby
Message:

add fix for paths in libraries

Location:
trunk
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIpwdGUI.py

    r4433 r4436  
    47394739                        sizeData = histData['Size']
    47404740                    except:
     4741                        if GSASIIpath.GetConfigValue('debug'):
     4742                            print('Reflection table problem: histogram {} not found in phase {}'.format(histName,phaseName))
    47414743                        return
    47424744        rowLabels = []
Note: See TracChangeset for help on using the changeset viewer.