This commit is contained in:
2026-01-10 14:58:15 -06:00
parent 536c35e69c
commit b547d69d48
6 changed files with 23 additions and 26 deletions

View File

@@ -27,7 +27,7 @@ class NetArgs:
@override
def __str__(self) -> str:
return f"{OrgData.org_app!s}_{self.name}"
return f"{OrgData.org_app.dest}_{self.name}"
@property
def external(self) -> bool: