From 9ce519426d24eace9222c2e6dc597c5f0c139b9a Mon Sep 17 00:00:00 2001 From: Stepan Oksanichenko Date: Fri, 6 Sep 2024 15:06:35 +0300 Subject: [PATCH] - Typo --- pungi/phases/createiso.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pungi/phases/createiso.py b/pungi/phases/createiso.py index 57cde7d9..d4970e5f 100644 --- a/pungi/phases/createiso.py +++ b/pungi/phases/createiso.py @@ -655,7 +655,7 @@ def fix_treeinfo_checksums(compose, iso_path, arch): ) # The modified ISO no longer has implanted MD5, so that needs to be # fixed again. - compose.log_debug("Implanting new MD5 to %s fixed_path") + compose.log_debug("Implanting new MD5 to %s", fixed_path) run( iso.get_implantisomd5_cmd(fixed_path, compose.supported), logfile=compose.paths.log.log_file(