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/fedid.py

    rda2208a rd3c8759  
    170170            else:
    171171                return (None, None)
    172         except IOError, e:
     172        except EnvironmentError, e:
    173173            raise e
    174174    finally:
Note: See TracChangeset for help on using the changeset viewer.