Changeset 2040 for inundation/caching


Ignore:
Timestamp:
Nov 18, 2005, 5:22:08 PM (19 years ago)
Author:
ole
Message:

Comments and added 'relative' keyword to err function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/caching/caching.py

    r1895 r2040  
    12181218      R   = pickler.loads(Rs)
    12191219    else:
     1220      # FIXME (Ole): This crashes if the file has 0 length or is corrupted
     1221      #              Let's do a try: - except:
    12201222      R = pickler.load(file)
    12211223  except MemoryError:
Note: See TracChangeset for help on using the changeset viewer.