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

Unified Diff: appengine/swarming/handlers_frontend.py

Issue 2047753002: Add hack to enable multilogin. (Closed) Base URL: git@github.com:luci/luci-py.git@master
Patch Set: Created 4 years, 6 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
Index: appengine/swarming/handlers_frontend.py
diff --git a/appengine/swarming/handlers_frontend.py b/appengine/swarming/handlers_frontend.py
index 5e90d2ca563f715c2e8d9f761aa816712aa77e43..e7babf5f68be0875647803794aa9ccef6d6002a0 100644
--- a/appengine/swarming/handlers_frontend.py
+++ b/appengine/swarming/handlers_frontend.py
@@ -643,7 +643,6 @@ class TaskHandler(BaseTaskHandler):
'full_appid': os.environ['APPLICATION_ID'],
'host_url': self.request.host_url,
'is_running': result.state == task_result.State.RUNNING,
- 'now': utils.utcnow(),
ghost stip (do not use) 2016/06/07 23:04:25 aw
'parent_task': parent_task,
'previous_task': previous_task,
'request': request,

Powered by Google App Engine
This is Rietveld 408576698