Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion operator/resourcehandle.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ async def bind_handle_to_claim(
logger.warning("Attempt to bind deleted %s to %s", matched_resource_handle, resource_claim)
matched_resource_handle.__unregister()
matched_resource_handle = None
if exception.status == 422:
elif exception.status == 422:
logger.warning(
"Attempt to bind %s to %s failed, most likely handle already bound",
matched_resource_handle, resource_claim
Expand Down
Loading