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

Normalize destination directory in osdeploy fetch

This commit is contained in:
Jarrod Johnson
2026-08-13 15:27:11 -04:00
parent b84cf35d79
commit 9be1136ba4
+1
View File
@@ -543,6 +543,7 @@ async def oslist():
async def download_image(distname, destdir):
destdir = os.path.abspath(destdir)
dlinfo = await download.get_dlinfo(distname)
if not dlinfo.iso_url:
sys.stderr.write('No download information available for {0}\n'.format(distname))