diff options
-rwxr-xr-x | images/populate_images.py | 2 |
1 files changed, 1 insertions, 1 deletions
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' |