diff options
author | bidavis <billy.davis@ni.com> | 2020-02-28 13:09:35 -0600 |
---|---|---|
committer | atrnati <54334261+atrnati@users.noreply.github.com> | 2020-03-02 07:07:15 -0600 |
commit | 1393553d623bdf4ba40d5435c9719b6ce990d9ac (patch) | |
tree | 80fc7f1925bf8773891aae0b21f7929274cfd2d8 /images | |
parent | 221a5781877d95342f97d7967ee707ae1c81eea2 (diff) | |
download | uhd-1393553d623bdf4ba40d5435c9719b6ce990d9ac.tar.gz uhd-1393553d623bdf4ba40d5435c9719b6ce990d9ac.tar.bz2 uhd-1393553d623bdf4ba40d5435c9719b6ce990d9ac.zip |
utils: populate_images: download with python3
Diffstat (limited to 'images')
-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' |