fractal-analytics-platform / fractal-client

Command-line client for Fractal
https://fractal-analytics-platform.github.io/fractal-client
BSD 3-Clause "New" or "Revised" License
45 stars 1 forks source link

In `task_collect_custom`, improve error for missing file #678

Closed tcompa closed 2 months ago

tcompa commented 3 months ago

Let's check that the manifest file exists. If not, let's raise an appropriate error that clarifies that this is the client-side manifest file (that is, it will be read by the CLI client, and not on the server). The current missing-file error may be confusing, when the user provides a path that is actually valid on the server.

(cc @mfranzon)