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

Unified Diff: appengine/components/components/config/remote.py

Issue 1926443003: swarming: read configs from luci-config (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-py@master
Patch Set: changed logging levels Created 4 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 | « appengine/components/components/config/common.py ('k') | appengine/swarming/app.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/components/components/config/remote.py
diff --git a/appengine/components/components/config/remote.py b/appengine/components/components/config/remote.py
index 60f008492ff5be91b70be310ef339d9984b11c2d..910dfe35b14b9d8ae84737d5502ef3703d1491d2 100644
--- a/appengine/components/components/config/remote.py
+++ b/appengine/components/components/config/remote.py
@@ -120,6 +120,8 @@ class Provider(object):
def get_async(self, config_set, path, revision=None, store_last_good=None):
"""Returns tuple (revision, content).
+ If not found, returns (None, None).
+
See api.get_async for more info.
"""
assert config_set
« no previous file with comments | « appengine/components/components/config/common.py ('k') | appengine/swarming/app.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698