Changeset 2338
- Timestamp:
- Jun 21, 2016 10:16:27 PM (7 years ago)
- Location:
- trunk
- Files:
-
- 5 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIimgGUI.py
r2322 r2338 2044 2044 S = File.readline() 2045 2045 continue 2046 [key,val] = S[:-1].split(':') 2046 [key,val] = S.strip().split(':',1) 2047 if val.find(':') != -1: 2048 #print 'rejecting ',key,val 2049 S = File.readline() 2050 continue 2047 2051 if key in ['type','calibrant','binType','SampleShape',]: #strings 2048 2052 save[key] = val
Note: See TracChangeset
for help on using the changeset viewer.