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 958bb91 commit d4e7a64Copy full SHA for d4e7a64
cwltool/context.py
@@ -70,12 +70,14 @@ def log_handler(
70
if stderr_path:
71
new_stderr_path = stderr_path.replace(base_path_logs, outdir)
72
shutil.copy2(stderr_path, new_stderr_path)
73
-# Default handler for setting the log directory
+
74
75
def set_log_dir(
76
outdir: str,
77
log_dir: str,
78
subdir_name: str
79
) -> str:
80
+ """Default handler for setting the log directory."""
81
if log_dir == "":
82
return outdir
83
else:
0 commit comments