Changeset 3447 for trunk/GSASIIIO.py
- Timestamp:
- Jun 23, 2018 7:46:31 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIIO.py
r3438 r3447 1199 1199 outfile = os.path.join(zloc, efil) 1200 1200 fpin = z.open(zinfo[zindex]) 1201 fpout = file(outfile, "wb")1201 fpout = open(outfile, "wb") 1202 1202 shutil.copyfileobj(fpin, fpout) 1203 1203 fpin.close()
Note: See TracChangeset
for help on using the changeset viewer.