You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've discussed what'd be the expected behaviour of reading/writing closed file. The program should bubble up the exception thrown when read/write the closed file to notify there's a thread closed the PWM file (intentionally and unintentionally).
need to implement try, except finally structure in set_config to bubble up the exception with proper exception
The text was updated successfully, but these errors were encountered:
* added open device check
every get/set function checks whether the device is open
unittest pylint passed, integration test required
* integration test in progress
* init throws an file not found error when called concurrently with close function
* Update test_edgepi_pwm_concurrency.py
pylint fix
related to #400
We've discussed what'd be the expected behaviour of reading/writing closed file. The program should bubble up the exception thrown when read/write the closed file to notify there's a thread closed the PWM file (intentionally and unintentionally).
need to implement try, except finally structure in set_config to bubble up the exception with proper exception
The text was updated successfully, but these errors were encountered: