Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add better handling of run loss #5

Open
kzscisoft opened this issue Mar 31, 2025 · 0 comments
Open

Add better handling of run loss #5

kzscisoft opened this issue Mar 31, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@kzscisoft
Copy link
Contributor

Currently if a run is lost, when trying to update information a traceback is printed:

...
  File "../simvue-cli/src/simvue_cli/actions.py", line 74, in _check_run_exists
    raise ValueError(f"Run '{run_id}' status is '{status}'.")
ValueError: Run 'T6xPreaB9cX3KafqYBkRfQ' status is 'lost'.

this should be printed in a more friendly manner as part of the CLI.

@kzscisoft kzscisoft added the bug Something isn't working label Mar 31, 2025
@kzscisoft kzscisoft added this to the Simvue CLI v1.0.2 milestone Mar 31, 2025
@kzscisoft kzscisoft self-assigned this Mar 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant