aboutsummaryrefslogtreecommitdiff
path: root/afdo_tools/run_afdo_tryjob.py
diff options
context:
space:
mode:
Diffstat (limited to 'afdo_tools/run_afdo_tryjob.py')
-rwxr-xr-xafdo_tools/run_afdo_tryjob.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/afdo_tools/run_afdo_tryjob.py b/afdo_tools/run_afdo_tryjob.py
index de45af0b..e14cd918 100755
--- a/afdo_tools/run_afdo_tryjob.py
+++ b/afdo_tools/run_afdo_tryjob.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# Copyright 2019 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
@@ -94,7 +94,7 @@ def main():
user_patches = args.patch
if tag_profiles_with_current_time and use_afdo_generation_stage:
- raise ValueError('You can\'t tag profiles with the time + have '
+ raise ValueError("You can't tag profiles with the time + have "
'afdo-generate')
if not tag_profiles_with_current_time and not use_afdo_generation_stage: