Skip to content

Commit 483e431

Browse files
authored
Update kea_exporter/base_exporter.py
1 parent b9b4859 commit 483e431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kea_exporter/base_exporter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ def parse_metrics(self, dhcp_version, arguments, subnets):
500500
self.subnet_missing_info_sent.get(dhcp_version, []).append(f"{subnet_id}-{pool_index}")
501501
click.echo(
502502
"Ignoring metric because subnet vanished from configuration: "
503-
f"dhcp_version: {dhcp_version.name}, subnet_id: {subnet_id}, pool_idx: {pool_index}",
503+
f"{dhcp_version.name=}, {subnet_id=}, {pool_index=}",
504504
file=sys.stderr,
505505
)
506506
continue

0 commit comments

Comments
 (0)