Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cc7dc15

Browse filesBrowse files
committed
Fixes transactional_retry region tag
1 parent 4660650 commit cc7dc15
Copy full SHA for cc7dc15

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎datastore/api/snippets.py

Copy file name to clipboardExpand all lines: datastore/api/snippets.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ def transfer_funds(client, from_key, to_key, amount):
663663
transfer_funds(client, account1.key, account2.key, 50)
664664
except gcloud.exceptions.Conflict:
665665
continue
666-
# [END transaction_retry]
666+
# [END transactional_retry]
667667

668668
return account1.key, account2.key
669669

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.