From a9f265109d3031b9513d7f8220fc293166c2bb0a 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 (cherry picked from commit 07555c06452524d860f1093cec6537d3102846f3) --- 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 90cc6017..4f9aed94 100755 --- a/scripts/check-qemu-install +++ b/scripts/check-qemu-install @@ -195,7 +195,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