From e672cf9edc00777a928e492151d06d55e58241e1 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Fri, 6 Oct 2023 10:47:19 +0300 Subject: Provide keyword argument. --- gn3/api/heatmaps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gn3') diff --git a/gn3/api/heatmaps.py b/gn3/api/heatmaps.py index 1b04a95..632c54a 100644 --- a/gn3/api/heatmaps.py +++ b/gn3/api/heatmaps.py @@ -35,7 +35,7 @@ def clustered_heatmaps(): traits_fullnames, current_app.config["GENOTYPE_FILES"], vertical=vertical, - current_app.config["TMPDIR"]) + tmpdir=current_app.config["TMPDIR"]) figure.write_json(io_str) fig_json = io_str.getvalue() return fig_json, 200 -- cgit v1.2.3