Skip to content

Commit

Permalink
Update invenio.py, added a space
Browse files Browse the repository at this point in the history
  • Loading branch information
nheeb authored Sep 16, 2024
1 parent 77d87d8 commit f83dd09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hermes/commands/deposit/invenio.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def __init__(self, command: HermesDepositCommand, ctx: CodeMetaContext, client=N
_log.debug(f"Tokens: {str(tokens)}")
auth_token = tokens.get("access_token", "")
_log.debug(f"Auth Token: {auth_token}")
#TODO Update the secret (github token is needed)
# TODO Update the secret (github token is needed)
if not auth_token:
raise DepositionUnauthorizedError("No valid auth token given for deposition platform")
self.client = self.invenio_client_class(self.config,
Expand Down

0 comments on commit f83dd09

Please sign in to comment.