Changeset 2922 for branch


Ignore:
Timestamp:
Jul 8, 2017 3:02:22 PM (6 years ago)
Author:
toby
Message:

add some debug info

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branch/2frame/GSASIIpath.py

    r2921 r2922  
    391391    if proxycmds: cmd += proxycmds
    392392    if verbose: print(u"Loading files to "+fpath+u"\n  from "+URL)
     393    print cmd
    393394    s = subprocess.Popen(cmd,stdout=subprocess.PIPE,stderr=subprocess.PIPE)
    394395    out,err = s.communicate()
     
    762763        print("Update to current version")
    763764        svnUpdateDir(loc)
     765    print sys.executable
    764766    if project:
    765767        print("Restart GSAS-II with project file "+str(project))
Note: See TracChangeset for help on using the changeset viewer.