From f192705cb4834252507d228e7d6e0a38095976e3 Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Fri, 21 Feb 2025 15:18:58 +0100 Subject: ExecutionApi: Return TmpDir --- src/other_tools/just_mr/fetch.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/other_tools/just_mr/fetch.cpp') diff --git a/src/other_tools/just_mr/fetch.cpp b/src/other_tools/just_mr/fetch.cpp index 7fafada8..0dd3a155 100644 --- a/src/other_tools/just_mr/fetch.cpp +++ b/src/other_tools/just_mr/fetch.cpp @@ -426,7 +426,8 @@ auto MultiRepoFetch(std::shared_ptr const& config, &*auth_config, &*retry_config, config, - hash_fct); + hash_fct, + mr_local_api->GetTempSpace()); } bool const has_remote_api = remote_api != nullptr; -- cgit v1.2.3