commit | 4eff3b608536dcf174495434bb44773e4625d90d | [log] [tgz] |
---|---|---|
author | Ian Zerny <zerny@google.com> | Mon May 15 17:09:03 2023 +0200 |
committer | Ian Zerny <zerny@google.com> | Tue May 16 07:03:13 2023 +0000 |
tree | 8a2f8c15e1caf8e3a0fd9fd3f35a133e15b4143b | |
parent | 4929634b40158b6b2bbea210bdd77d6483f4e16d [diff] [blame] |
Update PRESUBMIT.py to python3. Change-Id: Id99f132b1a8c9202f6ace7f0582319f8388c881a
diff --git a/PRESUBMIT.py b/PRESUBMIT.py index 87fd416..b916f47 100644 --- a/PRESUBMIT.py +++ b/PRESUBMIT.py
@@ -111,6 +111,7 @@ def CheckChange(input_api, output_api): branch = ( check_output(['git', 'cl', 'upstream']) + .decode('utf-8') .strip() .replace('refs/heads/', '')) results = []