[arvados] updated: 2.1.0-2713-g20aa08040
git repository hosting
git at public.arvados.org
Mon Aug 1 21:18:48 UTC 2022
Summary of changes:
sdk/cwl/arvados_cwl/executor.py | 1 +
1 file changed, 1 insertion(+)
via 20aa08040bc12e6387455755ce3fadc238c19d76 (commit)
from 159004e1fab103ce295146b172dd76149e95e845 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 20aa08040bc12e6387455755ce3fadc238c19d76
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Mon Aug 1 17:18:29 2022 -0400
19280: Don't redundantly check javascript
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/sdk/cwl/arvados_cwl/executor.py b/sdk/cwl/arvados_cwl/executor.py
index 778af58ac..9620079ed 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
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list