Snap for 7310088 from f2817c4a116d553bf5103311a023ae7ce066f6d2 to sc-d1-release

Change-Id: Ie1f7673126f9ae21a68bb1b836ab637979a17422
diff --git a/update-art-module-prebuilts.py b/update-art-module-prebuilts.py
index b72a5d9..08a5403 100755
--- a/update-art-module-prebuilts.py
+++ b/update-art-module-prebuilts.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env -S python -B
+#!/usr/bin/env -S python3 -B
 #
 # Copyright (C) 2021 The Android Open Source Project
 #
@@ -338,7 +338,8 @@
     branch_name += "-" + args.build
 
   if not args.skip_cls:
-    start_branch(branch_name, install_paths_per_root.keys())
+    git_paths = list(install_paths_per_root.keys())
+    start_branch(branch_name, git_paths)
 
   for git_root, subpaths in install_paths_per_root.items():
     remove_files(git_root, subpaths, not args.skip_cls)