From 1393553d623bdf4ba40d5435c9719b6ce990d9ac Mon Sep 17 00:00:00 2001 From: bidavis Date: Fri, 28 Feb 2020 13:09:35 -0600 Subject: utils: populate_images: download with python3 --- images/populate_images.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/populate_images.py b/images/populate_images.py index adf75ec8b..cd95c2086 100755 --- a/images/populate_images.py +++ b/images/populate_images.py @@ -26,7 +26,7 @@ def download_images(img_root_dir=None): print("== Starting download...") try: downloader_cmd = [ - 'python', + 'python3', '../host/utils/uhd_images_downloader.py.in', '-i', img_root_dir, '-m', 'manifest.txt' -- cgit v1.2.3