diff --git a/cloudpathlib/local/localclient.py b/cloudpathlib/local/localclient.py index d9a7ee1b..f6a4d5a5 100644 --- a/cloudpathlib/local/localclient.py +++ b/cloudpathlib/local/localclient.py @@ -51,7 +51,7 @@ def reset_default_storage_dir(cls) -> Path: cls._default_storage_temp_dir = None # Also reset storage on default client so it uses the new temp dir - cls.get_default_client()._local_storage_dir = cls.get_default_storage_dir() + cls.get_default_client()._local_storage_dir = cls.get_default_storage_dir() # type: ignore return cls.get_default_storage_dir()