Changeset 2842 for trunk/GSASII.py


Ignore:
Timestamp:
May 29, 2017 3:23:29 PM (6 years ago)
Author:
toby
Message:

cleanups: crash in show LS params; show constraint vars; set filters blank. Tutorials: set import to use download directory; Copy of phase/hist parms: remove current hist from selection; cleanup labels; Extensive revisions to SeqRef? tutorial

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASII.py

    r2831 r2842  
    40634063        Called from the Calculate/View LS Parms menu.
    40644064        '''
    4065         parmDict,varyList = self.MakeLSParmDict()
     4065        try:
     4066            parmDict,varyList = self.MakeLSParmDict()
     4067        except:
     4068            print('Error retrieving parameters')
     4069            return
    40664070        parmValDict = {}
    40674071        for i in parmDict:
Note: See TracChangeset for help on using the changeset viewer.