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 8a13b0b commit 60ce3b9Copy full SHA for 60ce3b9
cwltool/job.py
@@ -132,7 +132,7 @@ def __init__(self): # type: () -> None
132
self.name = None # type: Text
133
self.command_line = None # type: List[Text]
134
self.pathmapper = None # type: PathMapper
135
- self.make_pathmapper = None # type: Callable[[List[Any], Text, Any], PathMapper]
+ self.make_pathmapper = None # type: Callable[[List[Any], Text, KwArg[Any]], PathMapper]
136
self.generatemapper = None # type: PathMapper
137
self.collect_outputs = None # type: Union[Callable[[Any], Any], functools.partial[Any]]
138
self.output_callback = None # type: Callable[[Any, Any], Any]
0 commit comments