Skip to content

Commit

Permalink
Update src/mlstacks/cli/cli.py
Browse files Browse the repository at this point in the history
Co-authored-by: Felix Altenberger <[email protected]>
  • Loading branch information
strickvl and fa9r authored Sep 21, 2023
1 parent 6aafd39 commit 4362a7d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/mlstacks/cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,13 +267,10 @@ def output(file: str, key: Optional[str] = "") -> None:

try:
remote_state_bucket = get_remote_state_bucket(stack_path=file)
declare(f"Remote state bucket: {remote_state_bucket}")
except FileNotFoundError:
return

if remote_state_bucket:
declare(f"Remote state bucket: {remote_state_bucket}")


@click.command()
@click.option(
"--yes",
Expand Down

0 comments on commit 4362a7d

Please sign in to comment.