aboutsummaryrefslogtreecommitdiff
path: root/crosperf/crosperf.py
diff options
context:
space:
mode:
Diffstat (limited to 'crosperf/crosperf.py')
-rwxr-xr-xcrosperf/crosperf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/crosperf/crosperf.py b/crosperf/crosperf.py
index 44567fa6..fc0098d2 100755
--- a/crosperf/crosperf.py
+++ b/crosperf/crosperf.py
@@ -110,7 +110,7 @@ def Main(argv):
runner = MockExperimentRunner(experiment)
else:
runner = ExperimentRunner(experiment, json_report,
- using_schedv2=!options.noschedv2)
+ using_schedv2=(not options.noschedv2))
runner.Run()