From 0a6ff168a461c6169240b01aae954fa160299bd8 Mon Sep 17 00:00:00 2001 From: Philip Montgomery Date: Wed, 18 Dec 2024 18:51:22 -0500 Subject: [PATCH] switched prism link to go to DE2 --- portal-backend/depmap/interactive/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portal-backend/depmap/interactive/views.py b/portal-backend/depmap/interactive/views.py index 83b73b95..71296484 100644 --- a/portal-backend/depmap/interactive/views.py +++ b/portal-backend/depmap/interactive/views.py @@ -882,7 +882,7 @@ def download_csv_and_view_interactive(): abort(400) result = upload_transient_csv.apply( - args=[display_name, units, True, csv_path, False] + args=[display_name, units, True, csv_path, True] ) if result.state == TaskState.SUCCESS.value: