File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -184,20 +184,13 @@ def RunWorkflow(self, **args):
184
184
"priority" : 500 }}).execute ()
185
185
186
186
workflow_url = body .get ("workflow_url" )
187
- workflow_attachment_file = None
188
- if body .get ("workflow_attachment" ):
189
- workflow_attachment_file = tempfile .NamedTemporaryFile ()
190
- workflow_attachment_file .write (body .get ('workflow_attachment' ))
191
- workflow_attachment_file .flush ()
192
- workflow_url = workflow_attachment_file .name
193
187
194
188
project_uuid = body .get ("workflow_engine_parameters" , {}).get ("project_uuid" )
195
189
196
190
threading .Thread (target = self .invoke_cwl_runner , args = (cr ["uuid" ],
197
191
workflow_url ,
198
192
body ["workflow_params" ],
199
193
env ,
200
- workflow_attachment_file ,
201
194
project_uuid ,
202
195
tempdir )).start ()
203
196
You can’t perform that action at this time.
0 commit comments