- Timestamp:
- Jun 11, 2012 6:01:17 PM (12 years ago)
- Branches:
- compt_changes, master
- Children:
- f490c75
- Parents:
- 17c2f7b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/federation/util.py
r17c2f7b r9f4b3c6 241 241 ok = True 242 242 except EnvironmentError, e: 243 failed_exc petion = e243 failed_exception = e 244 244 retries += 1 245 245 except httplib.HTTPException, e: … … 254 254 255 255 if retries > 5 and failed_exception: 256 if log: 257 log.debug('Raising %s', failed_exception) 256 258 raise failed_excpetion 257 259
Note: See TracChangeset
for help on using the changeset viewer.