Skip to content

Commit

Permalink
Update indexd.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Avantol13 authored Jan 2, 2024
1 parent b16a9f5 commit 837baf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fence/blueprints/data/indexd.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def get_signed_url_for_file(
r_pays_project = flask.request.args.get("userProject", None)
db_session = db_session or current_app.scoped_session()

# default to signing the url
# default to signing the URL
force_signed_url = True
no_force_sign_param = flask.request.args.get("no_force_sign")
if no_force_sign_param and no_force_sign_param.lower() == "true":
Expand Down

0 comments on commit 837baf6

Please sign in to comment.