diff options
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2019-01-08 20:37:40 -0800 |
---|---|---|
committer | Ole Trøan <otroan@employees.org> | 2019-02-04 15:37:38 +0000 |
commit | 895e2f850659ccc2a644d0d955c2f4313263f106 (patch) | |
tree | 8b3315ab6d78323f7372940fcde44ebdb71f8547 /test/test_punt.py | |
parent | 2baf9422cf42e6f3ca5841bacf1a5424e6db8bea (diff) |
Fix inheritance problem in test/hook.py.
Subclasses cannot modify the signature of their constructors.
def __init__(self, test):
- super(PollHook, self).__init__(test.logger)
+ super(PollHook, self).__init__(test)
Change-Id: I764df8871128f9198a03fac4ec2f45528547467a
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Diffstat (limited to 'test/test_punt.py')
0 files changed, 0 insertions, 0 deletions