fix
Some checks reported errors
BlockStorage/repertory/pipeline/head Something is wrong with the build of this commit
Some checks reported errors
BlockStorage/repertory/pipeline/head Something is wrong with the build of this commit
This commit is contained in:
parent
0bfe1e1ccd
commit
690902b31d
@ -86,8 +86,8 @@ auto traverse_directory(
|
||||
struct dirent *de{nullptr};
|
||||
while (res && (de = readdir(root)) && !is_stop_requested()) {
|
||||
if (de->d_type == DT_DIR) {
|
||||
utils::error::handle_debug(function_name,
|
||||
fmt::format("item|{}", de->d_name));
|
||||
repertory::utils::error::handle_debug(function_name,
|
||||
fmt::format("item|{}", de->d_name));
|
||||
if ((std::string(de->d_name) == ".") ||
|
||||
(std::string(de->d_name) == "..")) {
|
||||
continue;
|
||||
|
Loading…
x
Reference in New Issue
Block a user