Skip to content

Commit cd70025

Browse files
committed
boot-qemu.py: Remove trailing comma from function call
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
1 parent fc98ddc commit cd70025

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

boot-qemu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ def parse_arguments():
751751
runner.efi = runner.supports_efi()
752752
if not runner.efi:
753753
utils.yellow(
754-
f"EFI boot requested on unsupported architecture ('{args.architecture}'), ignoring...",
754+
f"EFI boot requested on unsupported architecture ('{args.architecture}'), ignoring..."
755755
)
756756

757757
if args.gdb:

0 commit comments

Comments
 (0)