globus / globus/globus-compute
`client.get_result` should raise a dedicated exception if the task is pending
Open
- Dominant language
- Python
- Stars
- 162
- Forks
- 53
- Avg merge
- 15h 29m
- Merged PRs (30d)
- 26
Description
Currently `client.get_result` raises a bare `Exception` if the task is pending, which isn't very useful for error handling. It would be nice if users could implement a try/except clause catching a dedicated exception.
Contributor guide
Assessment
This issue has not been assessed yet.