mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Accidentally included q.q. (#52946)
This commit is contained in:
parent
c3777a6e54
commit
4eb9c591d7
1 changed files with 0 additions and 2 deletions
|
@ -355,8 +355,6 @@ class TaskParameters(DockerBaseClass):
|
||||||
continue
|
continue
|
||||||
if self.__dict__[k] != other.__dict__[k]:
|
if self.__dict__[k] != other.__dict__[k]:
|
||||||
differences.add(k, parameter=self.__dict__[k], active=other.__dict__[k])
|
differences.add(k, parameter=self.__dict__[k], active=other.__dict__[k])
|
||||||
import q
|
|
||||||
q.q(k, self.__dict__[k], other.__dict__[k])
|
|
||||||
return differences
|
return differences
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue