2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-09-01 15:06:06 +00:00

Show progress with osdeploy fetch

This commit is contained in:
Jarrod Johnson
2026-08-13 14:52:03 -04:00
parent 3aa5222fef
commit b84cf35d79
+1 -1
View File
@@ -555,7 +555,7 @@ async def download_image(distname, destdir):
sys.stderr.write('Destination file {0} already exists\n'.format(destfile))
sys.exit(1)
print('Downloading {0} to {1}'.format(dlinfo.iso_url, destfile))
await download.download_dist(destfile, destdir, dlinfo=dlinfo)
await download.download_dist(destfile, destdir, progress_callback=download.print_progress, dlinfo=dlinfo)
async def osimport(imagefile, checkonly=False, custname=None):
c = client.Command()