From 20aa08040bc12e6387455755ce3fadc238c19d76 Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Mon, 1 Aug 2022 17:18:29 -0400 Subject: [PATCH] 19280: Don't redundantly check javascript Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- sdk/cwl/arvados_cwl/executor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk/cwl/arvados_cwl/executor.py b/sdk/cwl/arvados_cwl/executor.py index 778af58ac3..9620079ed1 100644 --- a/sdk/cwl/arvados_cwl/executor.py +++ b/sdk/cwl/arvados_cwl/executor.py @@ -581,6 +581,7 @@ The 'jobs' API is no longer supported. loadingContext = self.loadingContext.copy() loadingContext.do_validate = False + loadingContext.disable_js_validation = True if submitting: loadingContext.do_update = False # Document may have been auto-updated. Reload the original -- 2.30.2