diff options
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 1ffc9081b..be204e4a0 100755 --- a/images/populate_images.py +++ b/images/populate_images.py @@ -40,7 +40,7 @@ def main(): img_root_dir = os.path.join(uhdimgs.get_images_dir(), 'images') os.chdir(uhdimgs.get_images_dir()) # Read out the CMakeLists.txt file, get filename - print "== Reading MD5 and ZIP filename for current commit from {}...".format(uhdimgs.get_cmake_main_file()) + print "== Reading MD5 and ZIP filename for current commit from {0}...".format(uhdimgs.get_cmake_main_file()) (md5, filename) = get_md5_and_zipfilename() print "== Starting download..." try: |