Re: [PATCH py80211] py80211: scan: fix call to _add_scan_attrs() in the sched_scan_start class

2015-06-19 Thread Arend van Spriel
On 06/16/15 09:32, Luca Coelho wrote: From: Luciano Coelho We should not pass self explicitly when calling the superclass's _add_scan_attrs() in the sched_scan_start class. Fix it. Sloppy maintainer at work ;-) My python knowledge need a refresh. I like the super() concept, but did not do th

[PATCH py80211] py80211: scan: fix call to _add_scan_attrs() in the sched_scan_start class

2015-06-16 Thread Luca Coelho
From: Luciano Coelho We should not pass self explicitly when calling the superclass's _add_scan_attrs() in the sched_scan_start class. Fix it. Signed-off-by: Luciano Coelho --- lib/scan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/scan.py b/lib/scan.py index 32cb