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
The text was updated successfully, but these errors were encountered:
DRL
changed the title
SOLOMotorControllers break logging through logging.shutdow() and importlib.reload()
SOLOMotorControllers break logging through logging.shutdown() and importlib.reload()Jun 10, 2024
Hey,
during
__init__
in both controllers, thelogging
module is shutdown and reloaded.This breaks all logging infrastructure which a user might have defined beforehand.
Could you remove the following lines:
SoloPy/SoloPy/SOLOMotorControllersCanopen.py
Lines 42 to 43 in 8c6cdc1
SoloPy/SoloPy/SOLOMotorControllersUart.py
Lines 34 to 35 in 8c6cdc1
cheers,
dom
The text was updated successfully, but these errors were encountered: