We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b8fe5b commit 648e40bCopy full SHA for 648e40b
.dda/extend/commands/run/i/__init__.py
@@ -22,4 +22,4 @@ def cmd(app: Application, *, args: tuple[str, ...]) -> None:
22
venv_path = app.config.storage.join("venvs", "legacy").data
23
with app.tools.uv.virtual_env(venv_path) as venv:
24
ensure_features_installed(["legacy-tasks"], app=app, prefix=str(venv.path))
25
- app.subprocess.exit_with(list(args))
+ app.subprocess.attach(list(args))
0 commit comments