We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d29e5c commit 715dd45Copy full SHA for 715dd45
backend/infrahub/graphql/mutations/resource_manager.py
@@ -273,7 +273,7 @@ async def mutate_delete(
273
if violating_branches:
274
raise ValidationError(
275
input_value=f"Unable to delete number pool {number_pool.node.value}.{number_pool.node_attribute.value}"
276
- f"is in use (branches: {','.join(violating_branches)})"
+ f" is in use (branches: {','.join(violating_branches)})"
277
)
278
279
return await super().mutate_delete(info=info, data=data, branch=branch)
0 commit comments