looking at the wrong place

This commit is contained in:
Louis Abel 2022-07-11 16:53:20 -07:00
parent 1ba76a849a
commit 76012c8549
Signed by: label
GPG Key ID: B37E62D143879B36
1 changed files with 1 additions and 1 deletions

View File

@ -1867,7 +1867,7 @@ class LiveBuild:
)
if self.justcopyit:
if os.path.exists(os.path.join(live_res_dir, isoname)):
if os.path.exists(os.path.join(live_dir_arch, isoname)):
self.log.warn(Color.WARN + 'Image already exists.')
if self.force_build:
self.log.warn(Color.WARN + 'Building anyway.')