19699: Add --varying-url-params
[arvados.git] / sdk / cwl / arvados_cwl / executor.py
index 84a9799f6101cdb4b4566a759a9e0ccebe2442b8..cbeee924278d12fba688ce5389fb14e42e47775e 100644 (file)
@@ -207,6 +207,7 @@ The 'jobs' API is no longer supported.
                                                      collection_cache=self.collection_cache)
 
         self.defer_downloads = arvargs.submit and arvargs.defer_downloads
+        self.varying_url_params = arvargs.varying_url_params
 
         validate_cluster_target(self, self.toplevel_runtimeContext)