Skip to content

Commit 958bb91

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cwltool/context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ def make_tool_notimpl(
5656

5757
default_make_tool = make_tool_notimpl
5858

59-
# Move logs from log location to final output
6059
def log_handler(
6160
outdir: str,
6261
base_path_logs: str,
6362
stdout_path: Optional[str],
6463
stderr_path: Optional[str],
6564
) -> None:
65+
"""Move logs from log location to final output."""
6666
if outdir != base_path_logs:
6767
if stdout_path:
6868
new_stdout_path = stdout_path.replace(base_path_logs, outdir)

0 commit comments

Comments
 (0)