We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84b2136 commit 0ce170fCopy full SHA for 0ce170f
1 file changed
phylesystem_api/phylesystem_api/views/default.py
@@ -381,7 +381,7 @@ def include_tree_in_synth(request):
381
)
382
383
# fetch and return the updated list of synth-input trees
384
- return trees_in_synth(kwargs)
+ return trees_in_synth(request)
385
386
387
@view_config(route_name="exclude_tree_from_synth", renderer="json")
@@ -447,7 +447,7 @@ def exclude_tree_from_synth(request):
447
448
449
450
451
452
453
def _get_synth_input_collection_ids():
0 commit comments