Changeset 2347 for trunk/GSASIIpath.py
- Timestamp:
- Jun 27, 2016 9:48:51 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIpath.py
r2337 r2347 444 444 print("Loading files from "+URL) 445 445 s = subprocess.Popen(cmd,stdout=subprocess.PIPE,stderr=subprocess.PIPE) 446 out,err = s.communicate() 446 out,err = s.communicate() #this fails too easily 447 447 if err: 448 448 print(60*"=")
Note: See TracChangeset
for help on using the changeset viewer.