mirror of
https://github.com/Monadical-SAS/cubbi.git
synced 2025-12-20 20:29:06 +00:00
fix: remove double connecting to message
This commit is contained in:
@@ -146,7 +146,6 @@ def create_session(
|
|||||||
|
|
||||||
# Auto-connect unless --no-connect flag is provided
|
# Auto-connect unless --no-connect flag is provided
|
||||||
if not no_connect:
|
if not no_connect:
|
||||||
console.print(f"\nConnecting to session {session.id}...")
|
|
||||||
container_manager.connect_session(session.id)
|
container_manager.connect_session(session.id)
|
||||||
else:
|
else:
|
||||||
console.print(
|
console.print(
|
||||||
|
|||||||
Reference in New Issue
Block a user