Changeset 2347 for trunk/GSASIIctrls.py
- Timestamp:
- Jun 27, 2016 9:48:51 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIctrls.py
r2295 r2347 4113 4113 wx.EndBusyCursor() 4114 4114 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 4116 4116 wx.EndBusyCursor() 4117 4117 print("Problem transferring empty directory from web") … … 4151 4151 if not os.path.exists(pth): 4152 4152 try: 4153 os.makedirs(pth) 4153 os.makedirs(pth) #failing for no obvious reason 4154 4154 except OSError: 4155 4155 msg = 'The selected directory is not valid.\n\t'
Note: See TracChangeset
for help on using the changeset viewer.