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