Ignore:
Timestamp:
May 25, 2010 11:15:55 AM (14 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
Children:
f038da1
Parents:
da2208a
Message:

Wholesale change of IOError to EnvironmentError? for file operations. Lots of
uncaught EnvironmentErrors? were causing spurious error conditions, e.g. on disk
full.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/federation/deter_impl.py

    rda2208a rd3c8759  
    6464                try:
    6565                    read_simple_accessdb(access_db, self.auth)
    66                 except IOError, e:
     66                except EnvironmentError, e:
    6767                    raise RuntimeError(
    6868                            "Error reading accessDB %s: %s" % (access_db, e))
Note: See TracChangeset for help on using the changeset viewer.