| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
… error management and remove redundant timeout setting
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. Thanks for integrating Codecov - We've got you covered ☂️ |
Sorry, something went wrong.
There was a problem hiding this comment.
I did generally document the processor more as an example of what could be done, rather than a fully supported feature, so I think in this case I would keep the changes minimal.
Thanks for the fix !
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
The example processors as well as the base processor had a bug in the recording logic of the original dlc-keypoints. Results should only be appended when the processor is set in the 'record' mode and not on every process-call.
Additionally removed the conn._socket accesses as at least on windows this does not exist. and leads to AttributeError.
@C-Achard those are quick-fixes from my side, you are welcome to use a better approach.