Changeset 2040 for inundation/caching
- Timestamp:
- Nov 18, 2005, 5:22:08 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/caching/caching.py
r1895 r2040 1218 1218 R = pickler.loads(Rs) 1219 1219 else: 1220 # FIXME (Ole): This crashes if the file has 0 length or is corrupted 1221 # Let's do a try: - except: 1220 1222 R = pickler.load(file) 1221 1223 except MemoryError:
Note: See TracChangeset
for help on using the changeset viewer.