mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
New Param: removed unneeded conversion to tuple() in Param.convert()
This commit is contained in:
parent
ac335bc7ea
commit
a632c2935a
@ -386,7 +386,7 @@ class Param(ReadOnly):
|
||||
)
|
||||
if len(values) == 0:
|
||||
return
|
||||
return tuple(values)
|
||||
return values
|
||||
return self._convert_scalar(value)
|
||||
|
||||
def _convert_scalar(self, value, index=None):
|
||||
|
Loading…
Reference in New Issue
Block a user