diff --git a/cwltool/load_tool.py b/cwltool/load_tool.py index 06b312d67..2b83da88f 100644 --- a/cwltool/load_tool.py +++ b/cwltool/load_tool.py @@ -130,7 +130,9 @@ def fetch_document( ) workflowobj = cast( CommentedMap, - loadingContext.loader.fetch(fileuri, content_types=CWL_CONTENT_TYPES), + loadingContext.loader.fetch( + fileuri, content_types=CWL_CONTENT_TYPES, override_ids=True + ), ) return loadingContext, workflowobj, uri if isinstance(argsworkflow, MutableMapping):