File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3939from .errors import GraphTargetMissingException
4040from .loghandler import _logger
4141from .process import Process , get_schema , shortname
42- from .update import ALLUPDATES
42+ from .update import ALLUPDATES , INTERNAL_VERSION
4343from .utils import CWLObjectType , ResolverType , visit_class
4444
4545jobloaderctx = {
@@ -650,7 +650,7 @@ def resolve_overrides(
650650 ret , _ = ovloader .resolve_all (ov , baseurl )
651651 if not isinstance (ret , CommentedMap ):
652652 raise Exception ("Expected CommentedMap, got %s" % type (ret ))
653- cwl_docloader = get_schema ("v1.0" )[0 ]
653+ cwl_docloader = get_schema (INTERNAL_VERSION )[0 ]
654654 cwl_docloader .resolve_all (ret , ov_uri )
655655 return cast (List [CWLObjectType ], ret ["http://commonwl.org/cwltool#overrides" ])
656656
You can’t perform that action at this time.
0 commit comments