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 9144a78 commit 0d6a24cCopy full SHA for 0d6a24c
cwltool/software_requirements.py
@@ -85,6 +85,7 @@ def build_job_script(self, builder: "Builder", command: List[str]) -> str:
85
app_config = {
86
"conda_auto_install": True,
87
"conda_auto_init": True,
88
+ "debug": builder.debug,
89
}
90
tool_dependency_manager: "deps.DependencyManager" = deps.build_dependency_manager(
91
app_config_dict=app_config,
0 commit comments