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

Unified Diff: devserver.py

Issue 6371004: Add missing docstrings and don't copy generated payloads if only pre-generating. (Closed) Base URL: http://git.chromium.org/git/dev-util.git@master
Patch Set: Typo Created 9 years, 11 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 | « autoupdate.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: devserver.py
diff --git a/devserver.py b/devserver.py
index 7d4162d9475e919273f721dcc90b60e5a3bc449b..dc670af71b57f68106e9eddc867e11af2d8c64bc 100755
--- a/devserver.py
+++ b/devserver.py
@@ -193,7 +193,8 @@ if __name__ == '__main__':
proxy_port=options.proxy_port,
src_image=options.src_image,
vm=options.vm,
- board=options.board)
+ board=options.board,
+ copy_to_static_root=not options.exit)
# Sanity-check for use of validate_factory_config.
if not options.factory_config and options.validate_factory_config:
« no previous file with comments | « autoupdate.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698