Skip to content

Commit 0d6a24c

Browse files
committed
conda deps: increase debugging
1 parent 9144a78 commit 0d6a24c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cwltool/software_requirements.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ def build_job_script(self, builder: "Builder", command: List[str]) -> str:
8585
app_config = {
8686
"conda_auto_install": True,
8787
"conda_auto_init": True,
88+
"debug": builder.debug,
8889
}
8990
tool_dependency_manager: "deps.DependencyManager" = deps.build_dependency_manager(
9091
app_config_dict=app_config,

0 commit comments

Comments
 (0)