Skip to content

Commit 0789593

Browse files
committed
wip launch command adjusted 4
1 parent 35d9b42 commit 0789593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bec_launcher/gui/backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ def launchTerminal(self) -> None:
281281

282282
try:
283283
# Just open a shell in the activated environment
284-
launch_deployment(path, "bec --nogui", activate_env=True)
284+
launch_deployment(path, "bec ", activate_env=True)
285285
# Quit the launcher after starting the terminal
286286
self.quitApplication.emit()
287287
except Exception as e:

0 commit comments

Comments
 (0)