branch_tier.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-01-31 23:20:22 -06:00
parent 3c0d47df93
commit 90d9d8f0d5

View File

@ -27,7 +27,7 @@ namespace l
fs::glob(pattern,&paths);
auto table = v_;
branches_.resize(paths.size());
branches_.resize(branches_.size() + paths.size());
for(auto &path : paths)
{
table["path"] = path;