Skip to content

Commit

Permalink
Update bin/get-scitokens-mapfile
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Lin <brianhlin@gmail.com>
  • Loading branch information
matyasselmeci and brianhlin authored Dec 2, 2021
1 parent cdbe394 commit 3662117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/get-scitokens-mapfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def main(argv):
for token_issuer in vo_data["Credentials"]["TokenIssuers"]:
url = token_issuer.get("URL")
subject = token_issuer.get("Subject", "")
description = token_issuer.get("Description")
description = token_issuer.get("Description", "")
pattern = ""
if url:
if subject:
Expand Down

0 comments on commit 3662117

Please sign in to comment.