Ignore:
Timestamp:
Jun 11, 2012 6:01:17 PM (12 years ago)
Author:
Ted Faber <faber@…>
Branches:
compt_changes, master
Children:
f490c75
Parents:
17c2f7b
Message:

Duh.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/federation/util.py

    r17c2f7b r9f4b3c6  
    241241            ok = True
    242242        except EnvironmentError, e:
    243             failed_excpetion = e
     243            failed_exception = e
    244244            retries += 1
    245245        except httplib.HTTPException, e:
     
    254254
    255255    if retries > 5 and failed_exception:
     256        if log:
     257            log.debug('Raising %s', failed_exception)
    256258        raise failed_excpetion
    257259
Note: See TracChangeset for help on using the changeset viewer.