[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#754887: [britney] AttributeError: 'dict' object has no attribute 'add' (line 1864, in _compute_groups)



On 2014-07-15 16:55, Raphaël Hertzog wrote:
While doing some tries with britney2, I ended up with this exception:

Traceback (most recent call last):
[...]
  File "./britney.py", line 1864, in _compute_groups
    smoothbins.add(check[p])
AttributeError: 'dict' object has no attribute 'add'

I changed this line 1864 to this:
                        smoothbins[p] = check[p]

But I'm not familiar with the code so I'm not really sure whether this
is the correct fix...

This was fixed on master over the weekend, by d63b5a95d8efeebec744874fad940d91724f0e56 (and possibly e45f2fe84eab1596202a9ad9ad349d1d37ac68c1).

Regards,

Adam


Reply to: