branch_tier.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-01-31 23:30:19 -06:00
parent 3b20b9b7ba
commit e7735c1f63

View File

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