cli: add name to master subs
Deploy bin / deploy (push) Successful in 2s
Deploy, build and restart MASTER / deploy (push) Successful in 3s
Deploy agebd python package / deploy (push) Successful in 2s

This commit is contained in:
Benjamin Labrecque
2026-07-07 14:35:09 +02:00
parent 201e00887e
commit 177b741c79
+2 -1
View File
@@ -169,7 +169,8 @@ class ServiceCreator:
updated_content = re.sub(
pattern, f"\n{new_row}\n\\1", file_content, count=1, flags=re.MULTILINE
)
return updated_content
with open(MASTER_IOC_SUBS_FILE, "w") as f:
f.write(updated_content)
else:
raise ValueError(
"Could not locate the closing structure format '}' inside the configuration."