From 0bab8ab6d271218c98aac967d890edfb8c2b4d03 Mon Sep 17 00:00:00 2001 From: Alexey Min Date: Tue, 29 Mar 2022 20:06:40 +0300 Subject: [PATCH] install: fix alignment of information messages (MR 2174) Make it in line with other information messages in this section. Otherwise lk2nd flashing info paragraph looks shifted to the right. --- pmb/install/_install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pmb/install/_install.py b/pmb/install/_install.py index aaa672f3..a76c81c3 100644 --- a/pmb/install/_install.py +++ b/pmb/install/_install.py @@ -790,7 +790,7 @@ def print_flash_info(args): if "flash_lk2nd" in flasher_actions and \ os.path.exists(args.work + "/chroot_rootfs_" + args.device + "/boot/lk2nd.img"): - logging.info(" * Your device supports and may even require" + logging.info("* Your device supports and may even require" " flashing lk2nd. You should flash it before" " flashing anything else. Use 'pmbootstrap flasher" " flash_lk2nd' to do that.")