Trivial: fix reference of unusable i18n prefix

Change-Id: If3c8ed77587e4f36e6e9912c66eb9cd66700d515
This commit is contained in:
Kaifeng Wang
2025年01月24日 11:42:41 +08:00
parent 018a5f6253
commit f568ba1505

View File

@@ -201,7 +201,7 @@ def parse_device_tags(output):
(v.split('=', 1) for v in shlex.split(line))}
except ValueError as err:
raise ValueError(
_("Malformed blkid/lsblk output line '%(line)s': %(err)s")
("Malformed blkid/lsblk output line '%(line)s': %(err)s")
% {'line': line, 'err': err})
Reference in New Issue
openstack/ironic-python-agent
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.