mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-09-03 20:52:56 -05:00
New Param: removed unneeded conversion to tuple() in Param.convert()
This commit is contained in:
+1
-1
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user