- Timestamp:
- Jul 8, 2017 3:02:22 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branch/2frame/GSASIIpath.py
r2921 r2922 391 391 if proxycmds: cmd += proxycmds 392 392 if verbose: print(u"Loading files to "+fpath+u"\n from "+URL) 393 print cmd 393 394 s = subprocess.Popen(cmd,stdout=subprocess.PIPE,stderr=subprocess.PIPE) 394 395 out,err = s.communicate() … … 762 763 print("Update to current version") 763 764 svnUpdateDir(loc) 765 print sys.executable 764 766 if project: 765 767 print("Restart GSAS-II with project file "+str(project))
Note: See TracChangeset
for help on using the changeset viewer.