fix(loader): keep empty folderPath distinct in vtag ids; dedupe verify args; readme wait-seconds

This commit is contained in:
Joseph Doherty
2026-06-07 05:07:00 -04:00
parent 5655b75fe6
commit b3d8990a0f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -294,7 +294,7 @@ def cmd_populate_equipment(args):
eq_n += 1
for t in e["tags"]:
dtype = _DTYPE_FIX.get(t["dataType"], t["dataType"])
folder = t.get("folderPath") or None
folder = t.get("folderPath")
# The galaxy-mirror MXAccess ref (e.g. TestMachine_001.TestDouble) is the upstream
# the VirtualTag mirrors. DependencyExtractor harvests the literal in ctx.GetTag(),
# so the engine subscribes to exactly this path on the galaxy-mirror driver.