Skip to content

Commit 586df30

Browse files
committed
Testsuite: T8602: fix NameError: name 'nested_payload_iso_path' is not defined
1 parent 1586c7a commit 586df30

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/check-qemu-install

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,7 @@ if args.raid:
465465
# must be called after the raid disk as args.disk name is altered in the RAID path
466466
gen_disk(args.disk)
467467

468+
nested_payload_iso_path = None
468469
if args.test_image_update:
469470
if os.path.isdir(NESTED_ISO_DATA_DIR):
470471
shutil.rmtree(NESTED_ISO_DATA_DIR)

0 commit comments

Comments
 (0)