mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-09-15 12:22:16 +00:00
Ignore pylint warnings for construct that does not work with Python 2.
This commit is contained in:
@@ -225,7 +225,7 @@ class PatternMatcher(object):
|
||||
break
|
||||
if skip:
|
||||
continue
|
||||
for sub in rec_walk(cur):
|
||||
for sub in rec_walk(cur): # pylint: disable=use-yield-from
|
||||
yield sub
|
||||
|
||||
return rec_walk(root)
|
||||
|
||||
Reference in New Issue
Block a user