diff --git a/bdbag/fetch/transports/fetch_globus.py b/bdbag/fetch/transports/fetch_globus.py index 1d3a942..4d85d53 100644 --- a/bdbag/fetch/transports/fetch_globus.py +++ b/bdbag/fetch/transports/fetch_globus.py @@ -18,6 +18,7 @@ import logging import platform from bdbag import urlsplit, get_typed_exception +from bdbag.fetch import ensure_valid_output_path import bdbag.fetch.auth.keychain as keychain logger = logging.getLogger(__name__)