Skip to content

Commit

Permalink
Fixing URL path to globus
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsibilla committed Oct 2, 2023
1 parent da88e9c commit 23ad437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit 23ad437

Please sign in to comment.