debugging
Some checks failed
BlockStorage/repertory/pipeline/head There was a failure building this commit
Some checks failed
BlockStorage/repertory/pipeline/head There was a failure building this commit
This commit is contained in:
parent
dcafb104ea
commit
56ba0fcb83
@ -584,6 +584,8 @@ void base_provider::process_removed_items(stop_type &stop_requested) {
|
||||
}
|
||||
|
||||
if (utils::string::to_bool(meta[META_DIRECTORY])) {
|
||||
fmt::println("checking|{}|{}", api_path,
|
||||
json(meta).dump());
|
||||
bool exists{};
|
||||
if (is_directory(api_path, exists) !=
|
||||
api_error::success) {
|
||||
@ -594,6 +596,9 @@ void base_provider::process_removed_items(stop_type &stop_requested) {
|
||||
return;
|
||||
}
|
||||
|
||||
fmt::println("not found|{}|{}", api_path,
|
||||
json(meta).dump());
|
||||
bool exists{};
|
||||
process_removed_directories(
|
||||
{
|
||||
removed_item{api_path, true, ""},
|
||||
|
Loading…
x
Reference in New Issue
Block a user