Searched refs:progress (Results 1 – 5 of 5) sorted by relevance
91 unzip_filename: str, mark_file_path: str, progress): argument97 progress.console.log('Requesting {}'.format(url))101 … progress.console.log("Failed to open {}, HTTPError: {}".format(url, e.code), style='red')102 progress.update(task_id, total=int(response.info()["Content-length"]))104 progress.start_task(task_id)107 progress.update(task_id, advance=len(data))108 progress.console.log("Downloaded {}".format(local_file))113 progress.console.log("Decompressing {}".format(local_file))115 progress.console.log("Decompressed {}".format(local_file))171 … args.progress.console.log('{}, Sha256 markword check OK.'.format(huaweicloud_url), style='green')[all …]
202 progress = downloaded_size / total_size * 50
48 progress = int(0)49 if progress != int(data_download * data_size * 1000 / total_size):50 progress = int(data_download * data_size * 1000 / total_size)
693 # Configuration options related to warning and progress messages