Skip to content

Commit 26320f3

Browse files
committed
Fix formatting of prepare_envs output in case of error. It was wrong after adding multiple result formats
1 parent 703a2f7 commit 26320f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/finecode/cli_app/commands/prepare_envs_cmd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,5 +273,5 @@ async def check_or_recreate_all_dev_workspace_envs(
273273

274274
if action_result.return_code != 0:
275275
raise PrepareEnvsFailed(
276-
f"'prepare_dev_workspaces_env' ended in {current_project.name} with return code {action_result.return_code}: {action_result.result_by_format}"
276+
f"'prepare_dev_workspaces_env' ended in {current_project.name} with return code {action_result.return_code}: {action_result.result_by_format['string']}"
277277
)

0 commit comments

Comments
 (0)