valohai / valohai-utils

Python helper library for Valohai
MIT License
2 stars 2 forks source link

Add `valohai.set_status_detail` #96

Closed akx closed 2 years ago

akx commented 2 years ago

This PR adds a helper function valohai.set_status_detail.

It requires requests to be installed; it's not a dependency at all for valohai-utils (and likely will never be).

ruksi commented 2 years ago

It requires requests to be installed; it's not a dependency at all for valohai-utils (and likely will never be).

isn't requests a dependecy per https://github.com/valohai/valohai-utils/blob/master/setup.cfg#L14-L18 ?

akx commented 2 years ago

It requires requests to be installed; it's not a dependency at all for valohai-utils (and likely will never be).

isn't requests a dependecy per https://github.com/valohai/valohai-utils/blob/master/setup.cfg#L14-L18 ?

Corrected I stand.