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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user