mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Remove comment on changing Base.munge => it's used by become.py
This commit is contained in:
parent
63c54035de
commit
6ba24e9fa1
1 changed files with 0 additions and 3 deletions
|
@ -97,9 +97,6 @@ class Base:
|
|||
def munge(self, ds):
|
||||
''' infrequently used method to do some pre-processing of legacy terms '''
|
||||
|
||||
### FIXME: Can't find any classes with methods named
|
||||
# _munge_base_class.__name__ so maybe Base.munge should be reduced down
|
||||
# to return ds
|
||||
for base_class in self.__class__.mro():
|
||||
method = getattr(self, "_munge_%s" % base_class.__name__.lower(), None)
|
||||
if method:
|
||||
|
|
Loading…
Reference in a new issue