PacktPublishing/Learning-Concurrency-in-Python

decoratorSet.py - NameError: name 'elem' is not defined

xemage opened this issue · 0 comments

elem is used but not defined (in add and remove method).

return super(DecoratorLockedSet, self).add(elem)