forked from sig_core/toolkit
fix latest image str replace
This commit is contained in:
parent
713b58f181
commit
d6cc56c7c0
@ -1532,7 +1532,7 @@ class IsoBuild:
|
|||||||
arch,
|
arch,
|
||||||
formattype
|
formattype
|
||||||
)
|
)
|
||||||
latest_primary_path = latest_name.split('/')[-1]
|
latest_primary_path = latest_primary_name.split('/')[-1]
|
||||||
|
|
||||||
self.log.info('This is the primary image, setting link and checksum')
|
self.log.info('This is the primary image, setting link and checksum')
|
||||||
if os.path.exists(latest_primary_name):
|
if os.path.exists(latest_primary_name):
|
||||||
|
Loading…
Reference in New Issue
Block a user