mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
i18n: fix Python format string
Fixes commit fec9f0b136
.
Reviewed-by: Cole Robinson <crobinso@redhat.com>
Signed-off-by: Pino Toscano <ptoscano@redhat.com>
This commit is contained in:
parent
36b3f9bee1
commit
353351458a
@ -3158,7 +3158,7 @@ class ParserDisk(VirtCLIParser):
|
|||||||
# It's default. Nothing to do.
|
# It's default. Nothing to do.
|
||||||
pass
|
pass
|
||||||
else:
|
else:
|
||||||
fail(_("Unknown '%(optionname)s' value '%(string)'") %
|
fail(_("Unknown '%(optionname)s' value '%(string)s'") %
|
||||||
{"optionname": "perms", "string": val})
|
{"optionname": "perms", "string": val})
|
||||||
|
|
||||||
backing_store = self.optdict.pop("backing_store", None)
|
backing_store = self.optdict.pop("backing_store", None)
|
||||||
|
Loading…
Reference in New Issue
Block a user