[Freeipa-devel] [PATCH] Make pkey always iterable when deleting

Jan Zelený jzeleny at redhat.com
Mon Dec 20 14:07:49 UTC 2010


Jakub Hrozek <jhrozek at redhat.com> wrote:
> When deleting multiple objects, the code tries to enforce that the
> primary key is always iterable by doing:
> 
> keys = keys[:-1] + (keys[-1], )
> 
> But this doesn't work, the line only concatenates two tuples effectively
> returning the original one. See the attached patch for a fix.

nack: you have the condition in chunk #2 wrong - pkeyiter will be never None

Jan




More information about the Freeipa-devel mailing list