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

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

Issue 1221643020: config services: services.cfg and validation (Closed) Base URL: git@github.com:luci/luci-py.git@master
Patch Set: Created 5 years, 5 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/components/components/config/common.py
diff --git a/appengine/components/components/config/common.py b/appengine/components/components/config/common.py
index 47d7f20759a943073404db469f79b04538072428..96e9f9c37871af6c64f96728164fd4eace7b06e7 100644
--- a/appengine/components/components/config/common.py
+++ b/appengine/components/components/config/common.py
@@ -32,7 +32,7 @@ PROJECT_ID_RGX = re.compile(r'^%s$' % PROJECT_ID_PATTERN)
PROJECT_CONFIG_SET_RGX = re.compile(r'^projects/(%s)$' % PROJECT_ID_PATTERN)
REF_CONFIG_SET_RGX = re.compile(
- r'^projects/(%s)/(refs/.+$)' % PROJECT_ID_PATTERN)
+ r'^projects/(%s)/(refs/.+)$' % PROJECT_ID_PATTERN)
ALL_CONFIG_SET_RGX = [
SERVICE_CONFIG_SET_RGX,
« no previous file with comments | « no previous file | appengine/components/components/config/endpoint.py » ('j') | appengine/components/components/config/endpoint.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698