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

Unified Diff: appengine/components/components/config/api.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 | « no previous file | appengine/components/components/config/common.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/components/components/config/api.py
diff --git a/appengine/components/components/config/api.py b/appengine/components/components/config/api.py
index d1f10d6d9182def540b7c73aa7a6734630f76808..1ec04123c875d9ef114b92356dc305be577c2576 100644
--- a/appengine/components/components/config/api.py
+++ b/appengine/components/components/config/api.py
@@ -80,6 +80,7 @@ def get_async(
Returns:
Tuple (revision, config), where config is converted to |dest_type|.
+ If not found, returns (None, None).
Raises:
NotImplementedError if |dest_type| is not supported.
« no previous file with comments | « no previous file | appengine/components/components/config/common.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698