- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 237
 
Closed
Description
With the newest release of cwltool (3.1.20210921111717) we're seeing
/opt/hostedtoolcache/Python/3.9.7/x64/lib/python3.9/site-packages/cwltool/factory.py:70: in make
    load = load_tool.load_tool(cwl, self.loading_context)
/opt/hostedtoolcache/Python/3.9.7/x64/lib/python3.9/site-packages/cwltool/load_tool.py:484: in load_tool
    return make_tool(uri, loadingContext)
/opt/hostedtoolcache/Python/3.9.7/x64/lib/python3.9/site-packages/cwltool/load_tool.py:462: in make_tool
    tool = loadingContext.construct_tool_object(processobj, loadingContext)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
toolpath_object = ordereddict([('class', 'Workflow'), ('id', 'file:///tmp/tmpn3gj89xx#b1bd0776-f513-4dce-8884-b4fb864103eb'), ('inputs',...s'), ('networkAccess', True)])]), ('cwlVersion', 'v1.2'), ('http://commonwl.org/cwltool#original_cwlVersion', 'v1.0')])
loadingContext = <cwltool.context.LoadingContext object at 0x7fba00df6cd0>
    def make_tool_notimpl(
        toolpath_object: CommentedMap, loadingContext: "LoadingContext"
    ) -> "Process":
>       raise NotImplementedError()
E       NotImplementedError
in our CI.
Did anything change that we're not aware of?
Metadata
Metadata
Assignees
Labels
No labels