Skip to content

Commit

Permalink
Merge pull request #709 from NCATSTranslator/permisive_timeout
Browse files Browse the repository at this point in the history
removed extra comma
  • Loading branch information
ShervinAbd92 authored Nov 14, 2024
2 parents 80444ba + 59e0feb commit bf1b9a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tr_sys/tr_ars/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def submit(req):
if(isinstance(wf,list)):
if(len(wf)>0):
message = Message.create(code=202, status='Running', data=data,
actor=get_workflow_actor(), params=params),
actor=get_workflow_actor(), params=params)
logger.debug("Sending message to workflow runner")#TO-DO CHANGE
# message.save()
# send_message(get_workflow_actor().to_dict(),message.to_dict())
Expand Down

0 comments on commit bf1b9a3

Please sign in to comment.