Skip to content

Commit

Permalink
(doc update): Change Tweak Message For Checkpointing Sanity Check Fai…
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-4 committed Jan 30, 2025
1 parent a953d64 commit 0fc480b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ def exchange_commit_fetch(
existing_checkpoint = cfg.as_checkpoint(self.exchange_apis_get_installed())
assert (
existing_checkpoint == old_checkpoint
), "Old checkpoint doesn't match, race condition?"
), "Checkpoint has changed since fetch started - multiple fetch processes may be running simultaneously."

api_cls = self.exchange_apis_get_installed().get(collab.api)
assert api_cls is not None, "Invalid API cls?"
Expand Down

0 comments on commit 0fc480b

Please sign in to comment.