debugging
Some checks failed
BlockStorage/repertory/pipeline/head There was a failure building this commit

This commit is contained in:
Scott E. Graves 2025-04-03 11:08:48 -05:00
parent dcafb104ea
commit 56ba0fcb83

View File

@ -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, ""},