Changeset 3035


Ignore:
Timestamp:
Aug 31, 2017 1:53:05 PM (6 years ago)
Author:
vondreele
Message:

fix another umlaut problem

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIdataGUI.py

    r3034 r3035  
    42874287            lamMax = Msg.get('lamMax',0.001)
    42884288            lst = os.path.splitext(os.path.abspath(self.GSASprojectfile))[0]
    4289             text = u'Detailed results are in ' + lst + u'.lst\n\nLoad new result?'
     4289            text = 'Detailed results are in ' + lst + '.lst\n\nLoad new result?'
    42904290            if lamMax >= 10.:
    42914291                text += '\nWARNING: Steepest descents dominates;'+   \
Note: See TracChangeset for help on using the changeset viewer.