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 ab07187 commit 3d593f2Copy full SHA for 3d593f2
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: (List[Any], Text, **Any) -> PathMapper
+ self.make_pathmapper = None # type: Callable[[List[Any], Text, **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