Skip to content

Commit 869e4b5

Browse files
kannon92mr-c
authored andcommitted
feat: mypy
1 parent 809c263 commit 869e4b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cwltool/job.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ def _execute(
316316
stdin_path = rmap[1]
317317

318318
def stderr_stdout_log_path(
319-
base_path_logs, stderr_or_stdout
319+
base_path_logs: str, stderr_or_stdout: Optional[str]
320320
) -> Optional[str]:
321321
if stderr_or_stdout is not None:
322322
abserr = os.path.join(base_path_logs, stderr_or_stdout)

0 commit comments

Comments
 (0)