From: Łukasz Stelmach Date: Tue, 3 Oct 2023 10:58:08 +0000 (+0200) Subject: WIP fix string formatting X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=13ea89d23be3b356dcc6d2c30dade6eedd40e97c;p=platform%2Fkernel%2Fu-boot.git WIP fix string formatting Change-Id: Ica585b5572374d94492ebb22c38383c63decc198 Signed-off-by: Łukasz Stelmach --- diff --git a/scripts/tizen/sd_fusing.py b/scripts/tizen/sd_fusing.py index 705bc44dbb..f103544c27 100755 --- a/scripts/tizen/sd_fusing.py +++ b/scripts/tizen/sd_fusing.py @@ -384,7 +384,7 @@ def mkpart(args, target): with open('/proc/self/mounts') as mounts: device_kname = '/dev/' + get_device_kname(Device) device_re = re.compile(device_kname + '[^ ]*') - logging.debug("Checking for mounted partitions on {device_kname}") + logging.debug(f"Checking for mounted partitions on {device_kname}") for m in mounts: match = device_re.match(m) if match: