Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception in rs232.SerialData.__del__ #194

Closed
jamessynge opened this issue Dec 14, 2017 · 0 comments
Closed

Exception in rs232.SerialData.__del__ #194

jamessynge opened this issue Dec 14, 2017 · 0 comments
Assignees

Comments

@jamessynge
Copy link
Contributor

I thought I dealt with this already, but apparently not. Seen at commit 54ee167.

=========================================================================== 218 passed, 59 skipped, 6 warnings in 374.06 seconds ===========================================================================
Exception ignored in: <bound method SerialData.__del__ of <pocs.utils.rs232.SerialData object at 0x7fe76d1c8860>>
Traceback (most recent call last):
  File "/home/james/git/panoptes/POCS/pocs/utils/rs232.py", line 212, in __del__
    ser = self.ser
AttributeError: 'SerialData' object has no attribute 'ser'
@jamessynge jamessynge self-assigned this Dec 14, 2017
jamessynge added a commit to jamessynge/POCS that referenced this issue Dec 15, 2017
Fix error dereferencing SerialData.ser in __del__. Issue panoptes#194.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant