Skip to content

Commit

Permalink
fix: format files
Browse files Browse the repository at this point in the history
  • Loading branch information
Danyal-Faheem committed Dec 5, 2024
1 parent caa6e0b commit ed4da20
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tutor/commands/compose.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,10 +256,11 @@ def start(
config = tutor_config.load(context.root)
context.job_runner(config).docker_compose(*command, *services)
if attach and not detach:
fmt.echo_info(f"""Attaching to service {services[0]}
ℹ️ To detach without stopping the service, use ctrl+p followed by ctrl+q""")
fmt.echo_info(
f"""Attaching to service {services[0]}
ℹ️ To detach without stopping the service, use ctrl+p followed by ctrl+q"""
)
context.job_runner(config).docker_compose("attach", *services)



@click.command(help="Stop a running platform")
Expand Down

0 comments on commit ed4da20

Please sign in to comment.