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 07657ae commit 7b6f018Copy full SHA for 7b6f018
backend/infrahub/lock_getter.py
@@ -115,6 +115,9 @@ def _add_pool_lock(pool_id: str) -> None:
115
uc_lock_name = ".".join(uc_attributes_values)
116
ucs_lock_names.append(uc_lock_name)
117
118
+ if not ucs_lock_names:
119
+ continue
120
+
121
partial_lock_name = kind + "." + ".".join(ucs_lock_names)
122
lock_names.append(build_object_lock_name(partial_lock_name))
123
0 commit comments