copilot
copilot copied to clipboard
Replace the bare-except in get_profile_status with proper exception handling
get_profile_status currently uses a bare-except. This should be replaced by proper exception handling.
Testing needs to be done to see what exception types are raised when the trainer object does not have a current value.