mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Used named variables in calls to print_attribute()
This commit is contained in:
parent
63b55307e5
commit
3fd098bb60
@ -310,11 +310,11 @@ class textui(backend.Backend):
|
||||
def print_attr(a):
|
||||
if attr in attr_map:
|
||||
self.print_attribute(
|
||||
attr_map[attr], entry[attr], indent, one_value_per_line
|
||||
attr_map[attr], entry[attr], indent=indent, one_value_per_line=one_value_per_line
|
||||
)
|
||||
else:
|
||||
self.print_attribute(
|
||||
attr, entry[attr], indent, one_value_per_line
|
||||
attr, entry[attr], indent=indent, one_value_per_line=one_value_per_line
|
||||
)
|
||||
|
||||
for attr in attr_order:
|
||||
|
Loading…
Reference in New Issue
Block a user