From 07555c06452524d860f1093cec6537d3102846f3 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 19 Sep 2021 12:51:42 +0200 Subject: Testsuite: add missing leading 'f' for Python3 format strings --- scripts/check-qemu-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/check-qemu-install b/scripts/check-qemu-install index a53a35f0..1d9522f0 100755 --- a/scripts/check-qemu-install +++ b/scripts/check-qemu-install @@ -205,7 +205,7 @@ try: ################################################# log.info('Installing system') cmd = get_qemu_cmd('TESTVM', kvm, args.disk, args.iso) - log.debug('Executing command: {cmd}') + log.debug(f'Executing command: {cmd}') c = pexpect.spawn(cmd, logfile=stl) ################################################# -- cgit v1.2.3