Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4727)

Unified Diff: async_push.py

Issue 13560013: Fix errors in async_push.py and test code. (Closed) Base URL: https://git.chromium.org/chromium/tools/commit-queue.git@master
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tests/project_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: async_push.py
diff --git a/async_push.py b/async_push.py
index e9c3bcc40d96eea3038f21482fdebdce2e7057da..7571d0cb4c40e16c011730fac12611d77bf1f10a 100644
--- a/async_push.py
+++ b/async_push.py
@@ -126,4 +126,4 @@ class AsyncPush(AsyncPushNoop):
# Don't retry if done.
except Exception as e:
traceback.print_exc()
- errors.end_stack(e)
+ errors.send_stack(e)
« no previous file with comments | « no previous file | tests/project_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698