Skip to content

Commit 648e40b

Browse files
committed
address feedback
1 parent 9b8fe5b commit 648e40b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.dda/extend/commands/run/i/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ def cmd(app: Application, *, args: tuple[str, ...]) -> None:
2222
venv_path = app.config.storage.join("venvs", "legacy").data
2323
with app.tools.uv.virtual_env(venv_path) as venv:
2424
ensure_features_installed(["legacy-tasks"], app=app, prefix=str(venv.path))
25-
app.subprocess.exit_with(list(args))
25+
app.subprocess.attach(list(args))

0 commit comments

Comments
 (0)