Skip to content

Commit d4e7a64

Browse files
kannon92mr-c
andcommitted
Update cwltool/context.py
Co-authored-by: Michael R. Crusoe <[email protected]>
1 parent 958bb91 commit d4e7a64

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cwltool/context.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,14 @@ def log_handler(
7070
if stderr_path:
7171
new_stderr_path = stderr_path.replace(base_path_logs, outdir)
7272
shutil.copy2(stderr_path, new_stderr_path)
73-
# Default handler for setting the log directory
73+
74+
7475
def set_log_dir(
7576
outdir: str,
7677
log_dir: str,
7778
subdir_name: str
7879
) -> str:
80+
"""Default handler for setting the log directory."""
7981
if log_dir == "":
8082
return outdir
8183
else:

0 commit comments

Comments
 (0)