Skip to content

Commit

Permalink
rx now returns exit code 1 if no application exist (#683)
Browse files Browse the repository at this point in the history
  • Loading branch information
anders-kiaer authored Jun 6, 2024
1 parent c0a8a00 commit 051cd79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webviz_config/_deployment/radix_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def application_exists(application_name: str, context: str) -> bool:
context,
],
capture_output=True,
check=True,
check=False,
)
return not result.stderr

Expand Down

0 comments on commit 051cd79

Please sign in to comment.