Changeset 3438 for trunk/GSASIIpath.py


Ignore:
Timestamp:
Jun 18, 2018 11:35:30 AM (5 years ago)
Author:
vondreele
Message:

g2strIO
fix magnetic hkl extinctions in reflection generation
remove Uniq & Phi - never used
change all config 'debug' out put to have 'DBG' in message - many places
fix phoenix decode problem for Comments
Display transformation math on Transform dialog box & labels on matrix & vectors
use a general exception in getSelection (G2plot line 7141) to avoid crashes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIpath.py

    r3420 r3438  
    190190    host,port = getsvnProxy()
    191191    if GetConfigValue('debug') and host:
    192         print('Using proxy host {} port {}'.format(host,port))
     192        print('DBG_Using proxy host {} port {}'.format(host,port))
    193193    # add likely places to find subversion when installed with GSAS-II
    194194    pathlist = os.environ["PATH"].split(os.pathsep)
Note: See TracChangeset for help on using the changeset viewer.