Skip to content

Commit

Permalink
Merge pull request #156 from sennetconsortium/maxsibilla/has-data-fix
Browse files Browse the repository at this point in the history
Fixing URL path to globus
  • Loading branch information
maxsibilla authored Oct 2, 2023
2 parents edd31cd + 23ad437 commit 741e801
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 741e801

Please sign in to comment.