Changeset 2347 for trunk/GSASIIctrls.py


Ignore:
Timestamp:
Jun 27, 2016 9:48:51 AM (7 years ago)
Author:
vondreele
Message:

implement Steven Weigand's fixes for Pilatus 'I' for 'L'
do a 'fix' for powderCif files with value(esd) for powder profile points
add a couple of comments for tutorial stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIctrls.py

    r2295 r2347  
    41134113                wx.EndBusyCursor()
    41144114                raise Exception
    4115         if not GSASIIpath.svnInstallDir(baseURL+"/MT",fullpath):
     4115        if not GSASIIpath.svnInstallDir(baseURL+"/MT",fullpath):    #this could load specific requested tutorial directory
    41164116            wx.EndBusyCursor()
    41174117            print("Problem transferring empty directory from web")
     
    41514151        if not os.path.exists(pth):
    41524152            try:
    4153                 os.makedirs(pth)
     4153                os.makedirs(pth)    #failing for no obvious reason
    41544154            except OSError:
    41554155                msg = 'The selected directory is not valid.\n\t'
Note: See TracChangeset for help on using the changeset viewer.