Skip to content

Commit

Permalink
fix: return job
Browse files Browse the repository at this point in the history
  • Loading branch information
parisk committed Nov 12, 2024
1 parent ca82b05 commit de275ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cycleops/setups.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ def destroy(

try:
setup = get_setup(setup_identifier)
setup_client.destroy(setup["id"])
job = setup_client.destroy(setup["id"])

display_success_message(f"Setup {setup['id']} has been queued for destruction")
except Exception as error:
Expand Down

0 comments on commit de275ff

Please sign in to comment.