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

Unified Diff: appengine/third_party/gae_ts_mon/config.py

Issue 2573343002: Roll infra_libs and its dependencies to 066f135 (Closed)
Patch Set: Created 4 years 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 | « appengine/third_party/gae_ts_mon/README.swarming ('k') | client/third_party/infra_libs/README.swarming » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/third_party/gae_ts_mon/config.py
diff --git a/appengine/third_party/gae_ts_mon/config.py b/appengine/third_party/gae_ts_mon/config.py
index e1aee7438dd3c339e1b9b3c2818422b81c514971..2495f17480c319a806803d1b930b1ffa8c67c68b 100644
--- a/appengine/third_party/gae_ts_mon/config.py
+++ b/appengine/third_party/gae_ts_mon/config.py
@@ -39,7 +39,7 @@ def _reset_cumulative_metrics():
"""Clear the state when an instance loses its task_num assignment."""
logging.warning('Instance %s got purged from Datastore, but is still alive. '
'Clearing cumulative metrics.', shared.instance_key_id())
- for _target, metric, start_time, _fields in interface.state.store.get_all():
+ for _, metric, _, _, _ in interface.state.store.get_all():
if metric.is_cumulative():
metric.reset()
« no previous file with comments | « appengine/third_party/gae_ts_mon/README.swarming ('k') | client/third_party/infra_libs/README.swarming » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698