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

    rda2208a rd3c8759  
    145145                    f = open(fname, "rb")
    146146                    size = os.path.getsize(fname)
    147                 except IOError, e:
     147                except EnvironmentError, e:
    148148                    code = 404
    149149                    size = 0
Note: See TracChangeset for help on using the changeset viewer.