]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Show CLDR download URL
authorAarni Koskela <akx@iki.fi>
Fri, 28 Jan 2022 09:22:24 +0000 (11:22 +0200)
committerAarni Koskela <akx@iki.fi>
Fri, 8 Apr 2022 10:38:18 +0000 (13:38 +0300)
Fixes #811

scripts/download_import_cldr.py

index c0ec5b7c87875f542eaccc819c6d0498630f0108..5a6640f51839fc6b796d57770c8b5b029e8b7795 100755 (executable)
@@ -79,7 +79,7 @@ def main():
     show_progress = (False if os.environ.get("BABEL_CLDR_NO_DOWNLOAD_PROGRESS") else sys.stdout.isatty())
 
     while not is_good_file(zip_path):
-        log('Downloading \'%s\'', FILENAME)
+        log("Downloading '%s' from %s", FILENAME, URL)
         if os.path.isfile(zip_path):
             os.remove(zip_path)
         urlretrieve(URL, zip_path, (reporthook if show_progress else None))