aboutsummaryrefslogtreecommitdiff
path: root/crosperf/compare_machines.py
diff options
context:
space:
mode:
Diffstat (limited to 'crosperf/compare_machines.py')
-rw-r--r--crosperf/compare_machines.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/crosperf/compare_machines.py b/crosperf/compare_machines.py
index 0a61eeb9..34513a87 100644
--- a/crosperf/compare_machines.py
+++ b/crosperf/compare_machines.py
@@ -22,10 +22,11 @@ def PrintUsage(msg):
def Main(argv):
parser = argparse.ArgumentParser()
- parser.add_argument('--chromeos_root',
- default='/path/to/chromeos',
- dest='chromeos_root',
- help='ChromeOS root checkout directory')
+ parser.add_argument(
+ '--chromeos_root',
+ default='/path/to/chromeos',
+ dest='chromeos_root',
+ help='ChromeOS root checkout directory')
parser.add_argument('remotes', nargs=argparse.REMAINDER)
options = parser.parse_args(argv)