- Timestamp:
- Jun 12, 2009, 11:56:17 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_validation/automated_validation_tests/patong_beach_validation/validate.py
r7040 r7196 121 121 return (True, auth) 122 122 log.debug('Failure fetching from %s' % mirror) 123 auth = None 123 124 124 125 log.debug('Failure fetching file %s' % remote) … … 198 199 log.info('Refresh of file %s failed.' % data_object) 199 200 result = False 201 # don't use possibly bad 'auth' again, 202 # some proxies lock out on repeated failures. 203 auth = None 200 204 201 205 if result:
Note: See TracChangeset
for help on using the changeset viewer.