Changeset 7196


Ignore:
Timestamp:
Jun 12, 2009, 11:56:17 AM (15 years ago)
Author:
rwilson
Message:

Forward-merged numpy changes to Numeric trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_validation/automated_validation_tests/patong_beach_validation/validate.py

    r7040 r7196  
    121121                return (True, auth)
    122122            log.debug('Failure fetching from %s' % mirror)
     123            auth = None
    123124
    124125        log.debug('Failure fetching file %s' % remote)
     
    198199            log.info('Refresh of file %s failed.' % data_object)
    199200            result = False
     201            # don't use possibly bad 'auth' again,
     202            # some proxies lock out on repeated failures.
     203            auth = None
    200204
    201205    if result:
Note: See TracChangeset for help on using the changeset viewer.