From 23ad4371701188b1b0773c35907aed48eb73f030 Mon Sep 17 00:00:00 2001 From: maxsibilla Date: Mon, 2 Oct 2023 15:46:51 -0400 Subject: [PATCH] Fixing URL path to globus --- src/lib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/__init__.py b/src/lib/__init__.py index 4dab8890..ec344663 100644 --- a/src/lib/__init__.py +++ b/src/lib/__init__.py @@ -4,7 +4,7 @@ def get_globus_url(data_access_level, group_name, uuid): globus_server_uuid = None - dir_path = " " + dir_path = "" # public access if data_access_level == "public": globus_server_uuid = current_app.config['GLOBUS_PUBLIC_ENDPOINT_UUID']