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

Unified Diff: recipe_modules/python/examples/full.expected/basic.json

Issue 2920223011: [context] fix treatment of None in env. (Closed)
Patch Set: really fix it Created 3 years, 6 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 | « recipe_modules/context/tests/env.expected/basic.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_modules/python/examples/full.expected/basic.json
diff --git a/recipe_modules/python/examples/full.expected/basic.json b/recipe_modules/python/examples/full.expected/basic.json
index c378d68016568d77f9ab80c64c7c650e2f63da72..be29e4e9a438c290ff48fe5004e822063facf53b 100644
--- a/recipe_modules/python/examples/full.expected/basic.json
+++ b/recipe_modules/python/examples/full.expected/basic.json
@@ -32,7 +32,7 @@
"{\"something\":[true,true]}"
],
"env": {
- "PYTHONUNBUFFERED": ""
+ "PYTHONUNBUFFERED": null
},
"name": "run json.tool"
},
« no previous file with comments | « recipe_modules/context/tests/env.expected/basic.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698