From 58444f25e1ecc8a3cab2a208be54f06d5b81c084 Mon Sep 17 00:00:00 2001 From: Michael Hudson-Doyle Date: Wed, 23 May 2018 13:26:58 +1200 Subject: [PATCH] oops --- subiquity/controllers/installprogress.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subiquity/controllers/installprogress.py b/subiquity/controllers/installprogress.py index 6fd3c0e6..2d11ad80 100644 --- a/subiquity/controllers/installprogress.py +++ b/subiquity/controllers/installprogress.py @@ -134,7 +134,7 @@ class DownloadSnapTask(BackgroundTask): def start(self): self.controller._install_event_start(_("downloading {}").format(self.snap_name)) - os.mkdir(self.download_dir) + os.mkdir(self.this_snap_download_dir) self.proc = utils.start_command( ['snap', 'download', '--channel='+self.channel, self.snap_name], cwd=self.this_snap_download_dir)