python-libnodave icon indicating copy to clipboard operation
python-libnodave copied to clipboard

Typo in def __init__(self)

Open mathias-ch1903 opened this issue 3 years ago • 0 comments

I think there may be a typo in the segment def init(self) There should be no blank between "self." and "fds" Instead of "self. fds = _daveOSserialType()" I think it should be "self.fds = _daveOSserialType()"

mathias-ch1903 avatar Oct 30 '21 15:10 mathias-ch1903