Ignore:
Timestamp:
Jan 11, 2018 2:27:40 PM (7 years ago)
Author:
vondreele
Message:

fix import mag commensurate structures - all drawn correctly now
modulated mags not correct yet

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/GSASIIdataGUI.py ΒΆ

    r3216 r3219  
    891891                psub = self.GPXtree.AppendItem(parent=sub,text=PhaseName)
    892892                self.GPXtree.SetItemPyData(psub,rd.MPhase)
    893             except AttributeError:
     893            except (AttributeError,TypeError):
    894894                pass
    895895            self.GPXtree.Expand(self.root) # make sure phases are seen
Note: See TracChangeset for help on using the changeset viewer.