Changeset 4573 for trunk/GSASIIctrlGUI.py
- Timestamp:
- Sep 21, 2020 3:43:06 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIctrlGUI.py
r4534 r4573 3470 3470 ''' 3471 3471 if not parent: parent = G2frame 3472 #if GSASIIpath.GetConfigValue('debug'): print('debug: GetImportFile from '+defaultDir) 3472 pth = GetImportPath(G2frame) 3473 #if GSASIIpath.GetConfigValue('debug'): 3474 # print('debug: GetImportFile from '+defaultDir) 3475 # print('debug: GetImportFile pth '+pth) 3473 3476 dlg = wx.FileDialog(parent, message, defaultDir, defaultFile, *args, 3474 3477 style=style, **kwargs) 3475 3478 # dlg.CenterOnParent() 3476 pth = GetImportPath(G2frame)3477 3479 if not defaultDir and pth: dlg.SetDirectory(pth) 3478 3480 try:
Note: See TracChangeset
for help on using the changeset viewer.