Skip to content

Commit

Permalink
switched prism link to go to DE2
Browse files Browse the repository at this point in the history
  • Loading branch information
pgm committed Dec 18, 2024
1 parent 29ee25b commit 0a6ff16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portal-backend/depmap/interactive/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0a6ff16

Please sign in to comment.