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 39
39
from .errors import GraphTargetMissingException
40
40
from .loghandler import _logger
41
41
from .process import Process , get_schema , shortname
42
- from .update import ALLUPDATES
42
+ from .update import ALLUPDATES , INTERNAL_VERSION
43
43
from .utils import CWLObjectType , ResolverType , visit_class
44
44
45
45
jobloaderctx = {
@@ -650,7 +650,7 @@ def resolve_overrides(
650
650
ret , _ = ovloader .resolve_all (ov , baseurl )
651
651
if not isinstance (ret , CommentedMap ):
652
652
raise Exception ("Expected CommentedMap, got %s" % type (ret ))
653
- cwl_docloader = get_schema ("v1.0" )[0 ]
653
+ cwl_docloader = get_schema (INTERNAL_VERSION )[0 ]
654
654
cwl_docloader .resolve_all (ret , ov_uri )
655
655
return cast (List [CWLObjectType ], ret ["http://commonwl.org/cwltool#overrides" ])
656
656
You can’t perform that action at this time.
0 commit comments