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: