Fix missing tty parameter. #653

Merged
telackey merged 1 commits from telackey/tty into main 2023-11-16 18:58:03 +00:00
Member

Fix for:

  File "/home/telackey/cerc/stack-orchestrator/stack_orchestrator/deploy/deploy.py", line 209, in exec
    exec_operation(ctx, extra_args)
  File "/home/telackey/cerc/stack-orchestrator/stack_orchestrator/deploy/deploy.py", line 158, in exec_operation
    ctx.obj.deployer.execute(service_name, command_to_exec, envs=container_exec_env)
TypeError: DockerDeployer.execute() missing 1 required positional argument: 'tty'
Fix for: ``` File "/home/telackey/cerc/stack-orchestrator/stack_orchestrator/deploy/deploy.py", line 209, in exec exec_operation(ctx, extra_args) File "/home/telackey/cerc/stack-orchestrator/stack_orchestrator/deploy/deploy.py", line 158, in exec_operation ctx.obj.deployer.execute(service_name, command_to_exec, envs=container_exec_env) TypeError: DockerDeployer.execute() missing 1 required positional argument: 'tty' ```
dboreham reviewed 2023-11-16 04:04:03 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cerc-io/stack-orchestrator#653
No description provided.