From ab46ea0412acbf97a4f8e37e97e768e46ee8586d Mon Sep 17 00:00:00 2001 From: Patrick Sisterhen Date: Wed, 15 Oct 2014 18:17:29 -0500 Subject: Adding explicit positional arguments to .format strings for compatibility with older Pythons --- images/populate_images.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'images') 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: -- cgit v1.2.3