54
56
url, filename = urlutils.split(exception.target,
55
57
exclude_trailing_slash=False)
63
bytef, transport = do_catching_redirections(get_bundle, transport,
63
65
except errors.TooManyRedirections:
64
66
raise errors.NotABundle(transport.clone(filename).base)
65
67
except (errors.ConnectionReset, errors.ConnectionError), e: