Changeset 3025 for trunk/GSASIIpath.py
- Timestamp:
- Aug 24, 2017 2:50:24 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIpath.py
r3001 r3025 474 474 return '' 475 475 # 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'] 477 477 if proxycmds: cmd += proxycmds 478 if verbose: 479 print('Running svn command') 480 for item in cmd: print item, 481 print "" 478 482 p = subprocess.Popen(cmd,stdout=subprocess.PIPE,stderr=subprocess.PIPE) 479 483 res,err = p.communicate()
Note: See TracChangeset
for help on using the changeset viewer.