[click_helper][ResourceOption] Allow exceptions when loading entry points
Status | Pipeline | Created by | Stages | Actions |
---|---|---|---|---|
Passed 00:05:48
| Stage: build |
Download artifacts
No artifacts found |
So far the ResourceOption class tried to load a string as entry points and would do this in a while loop. But sometimes an option may accept both objects and some special strings like the dask client which can be both "single-threaded", "threaded", and Client objects. Addition of string_exceptions allows for this kind of special cases to be implemented.
Status | Pipeline | Created by | Stages | Actions |
---|---|---|---|---|
Passed 00:05:48
| Stage: build |
Download artifacts
No artifacts found |