branch_tier.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-01-31 23:30:21 -06:00
parent e7735c1f63
commit dc5d544f1b

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