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

Unified Diff: recipe_engine/config.py

Issue 2856003002: [doc] fix doc to work in all known repos. (Closed)
Patch Set: fix other test Created 3 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 | recipe_engine/doc.py » ('j') | recipe_engine/doc.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_engine/config.py
diff --git a/recipe_engine/config.py b/recipe_engine/config.py
index dd473a1cf78a16b8f29a0d89944330da4d131000..ae0c16baeb54b1f3e97508740f370ab16f2f1e43 100644
--- a/recipe_engine/config.py
+++ b/recipe_engine/config.py
@@ -340,6 +340,7 @@ _SIMPLE_TYPE_LOOKUP = {
basestring: doc.Doc.Schema.STRING,
unicode: doc.Doc.Schema.STRING,
int: doc.Doc.Schema.NUMBER,
+ long: doc.Doc.Schema.NUMBER,
float: doc.Doc.Schema.NUMBER,
bool: doc.Doc.Schema.BOOLEAN,
dict: doc.Doc.Schema.OBJECT,
« no previous file with comments | « no previous file | recipe_engine/doc.py » ('j') | recipe_engine/doc.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698