Skip to content
Open
Show file tree
Hide file tree
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
4 changes: 3 additions & 1 deletion coworker/projects.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,9 @@ def resolve_board_space(
try:
team_store.rekey_space(path_key, derived)
except Exception:
pass
# A failed cross-store move leaves the path-keyed board authoritative.
# Retry on the next resolution instead of selecting an empty target.
return path_key
return derived


Expand Down
Loading