Changeset 1020 for trunk/GSASIIphsGUI.py


Ignore:
Timestamp:
Aug 7, 2013 5:38:21 PM (12 years ago)
Author:
toby
Message:

fix Matt's path bug; minor disagl cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/GSASIIphsGUI.py

    r1016 r1020  
    8787
    8888    '''
    89        
     89
    9090#patch
    9191    if 'RBModels' not in data:
     
    15641564            if dlg.ShowModal() == wx.ID_OK:
    15651565                DisAglCtls = dlg.GetData()
     1566            else:
     1567                dlg.Destroy()
     1568                return
    15661569            dlg.Destroy()
    15671570            generalData['DisAglCtls'] = DisAglCtls
     
    15861589            except KeyError:        # inside DistAngle for missing atom types in DisAglCtls
    15871590                print '**** ERROR - try again but do "Reset" to fill in missing atom types ****'
    1588                
     1591        else:
     1592                print "select one or more rows of atoms"
     1593                G2frame.ErrorDialog('Select atom',"select one or more rows of atoms then redo")
     1594                       
    15891595    def OnReImport(event):
    15901596        print 'reimport atoms from file to be developed'
Note: See TracChangeset for help on using the changeset viewer.