[virt-manager PATCH 10/16] i18n: fix Python format string
Pino Toscano
ptoscano at redhat.com
Tue Jul 14 07:41:54 UTC 2020
Fixes commit fec9f0b13643a3dc8a33c5b23e200ea35ed12dcd.
Signed-off-by: Pino Toscano <ptoscano at redhat.com>
---
virtinst/cli.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtinst/cli.py b/virtinst/cli.py
index ed9fd911..e6c65d38 100644
--- a/virtinst/cli.py
+++ b/virtinst/cli.py
@@ -3158,7 +3158,7 @@ class ParserDisk(VirtCLIParser):
# It's default. Nothing to do.
pass
else:
- fail(_("Unknown '%(optionname)s' value '%(string)'") %
+ fail(_("Unknown '%(optionname)s' value '%(string)s'") %
{"optionname": "perms", "string": val})
backing_store = self.optdict.pop("backing_store", None)
--
2.26.2
More information about the virt-tools-list
mailing list