Changeset 4290 for trunk/GSASIIplot.py


Ignore:
Timestamp:
Feb 6, 2020 4:55:50 AM (3 years ago)
Author:
vondreele
Message:

fix Bilbao-GSAS-II connection; use get instead of post in SUBGROUPS.py
fix bug in plotting: a tuple should be list
modify the Compare dialog - still not done yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIplot.py

    r4287 r4290  
    28642864                   
    28652865    for KeyItem in extraKeys:
    2866         Page.Choice = Page.Choice + (KeyItem[0] + ': '+KeyItem[2],)
     2866        Page.Choice = Page.Choice + [KeyItem[0] + ': '+KeyItem[2],]
    28672867    magLineList = [] # null value indicates no magnification
    28682868    Page.toolbar.updateActions = None # no update actions
Note: See TracChangeset for help on using the changeset viewer.