We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'
The text was updated successfully, but these errors were encountered:
Remove extra logging, will work on perf of test_astrohaven_dome later.
3c3948a
Fix error dereferencing SerialData.ser in __del__. Issue panoptes#194.
jamessynge
No branches or pull requests
I thought I dealt with this already, but apparently not. Seen at commit 54ee167.
The text was updated successfully, but these errors were encountered: