mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-26 21:33:12 +00:00
remove ignore lines for Python 2 (#11122)
* remove ignore lines for Python 2 * use yield from * add changelog frag * Update changelogs/fragments/11122-yield-from-ignore.yml Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
@@ -161,8 +161,7 @@ def ldap_search(filter, base=None, attr=None):
|
||||
break
|
||||
else:
|
||||
if result_type is ldap_module().RES_SEARCH_ENTRY:
|
||||
for res in result_data:
|
||||
yield res
|
||||
yield from result_data
|
||||
uldap().lo.lo.abandon(msgid)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user