Changeset 3025 for trunk/GSASIIpath.py


Ignore:
Timestamp:
Aug 24, 2017 2:50:24 PM (6 years ago)
Author:
toby
Message:

work on installation issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIpath.py

    r3001 r3025  
    474474        return ''
    475475    # get binaries matching the required type -- other than for the numpy version
    476     cmd = [svn, 'list', g2home + '/Binaries/']
     476    cmd = [svn, 'list', g2home + '/Binaries/','--non-interactive', '--trust-server-cert']
    477477    if proxycmds: cmd += proxycmds
     478    if verbose:
     479        print('Running svn command')
     480        for item in cmd: print item,
     481        print ""
    478482    p = subprocess.Popen(cmd,stdout=subprocess.PIPE,stderr=subprocess.PIPE)
    479483    res,err = p.communicate()
Note: See TracChangeset for help on using the changeset viewer.