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 4dcd9a7

Browse filesBrowse files
author
Jonathan Wayne Parrott
committed
Merge pull request GoogleCloudPlatform#172 from WalterHub/patch-1
Fixes transactional_retry region tag
2 parents 4660650 + cc7dc15 commit 4dcd9a7
Copy full SHA for 4dcd9a7

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.