Changeset 2887 for trunk/GSASII.py


Ignore:
Timestamp:
Jun 29, 2017 5:54:41 PM (6 years ago)
Author:
toby
Message:

setup & use bindist location for downloaded binaries

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASII.py

    r2877 r2887  
    41474147            Rw = Msg['Rwp']
    41484148            lamMax = Msg.get('lamMax',0.001)
    4149             text = 'Load new result?'
     4149            lst = os.path.splitext(os.path.abspath(self.GSASprojectfile))[0]
     4150            text = u'Detailed results are in '+lst+'.lst\n\nLoad new result?'
    41504151            if lamMax >= 10.:
    41514152                text += '\nWARNING: Steepest descents dominates;'+   \
Note: See TracChangeset for help on using the changeset viewer.