From 3b744b7a5e365caa1b0efde7a530c95dccf10a8f Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Thu, 17 Apr 2025 17:10:59 +0200 Subject: FileSystemManager: Always copy directories recursively --- src/other_tools/root_maps/fpath_git_map.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/other_tools/root_maps/fpath_git_map.cpp') diff --git a/src/other_tools/root_maps/fpath_git_map.cpp b/src/other_tools/root_maps/fpath_git_map.cpp index 4f9e3685..38a63bf9 100644 --- a/src/other_tools/root_maps/fpath_git_map.cpp +++ b/src/other_tools/root_maps/fpath_git_map.cpp @@ -412,8 +412,8 @@ auto CreateFilePathGitMap( return; } // copy folder content to tmp dir - if (not FileSystemManager::CopyDirectoryImpl( - key.fpath, tmp_dir->GetPath(), /*recursively=*/true)) { + if (not FileSystemManager::CopyDirectoryImpl(key.fpath, + tmp_dir->GetPath())) { (*logger)( fmt::format("Failed to copy content from directory {}", key.fpath.string()), -- cgit v1.2.3