Skip to content
Snippets Groups Projects
Commit 675f9289 authored by Nathaniel Kofalt's avatar Nathaniel Kofalt
Browse files

Plurals

parent 48c87d8f
No related branches found
No related tags found
No related merge requests found
......@@ -164,7 +164,7 @@ def generate_formula(algorithm_id, i):
},
{
'type': 'scitran',
'uri': '/' + i['container_type'] + '/' + i['container_id'] + '/files/' + i['filename'],
'uri': '/' + i['container_type'] + 's/' + i['container_id'] + '/files/' + i['filename'],
'location': '/input',
}
],
......@@ -177,7 +177,7 @@ def generate_formula(algorithm_id, i):
'outputs': [
{
'type': 'scitran',
'uri': '/' + i['container_type'] + '/' + i['container_id'] + '/files/',
'uri': '/' + i['container_type'] + 's/' + i['container_id'] + '/files/',
'location': '/output',
},
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment