Skip to content

Commit

Permalink
fix line endings
Browse files Browse the repository at this point in the history
Signed-off-by: Kavish Punchoo <[email protected]>
  • Loading branch information
kavish-p committed Jan 29, 2024
1 parent 3ef3c0e commit 8358de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oras/provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -1045,4 +1045,4 @@ def request_anonymous_token(self, h: oras.auth.authHeader) -> bool:
self.headers.update({"Authorization": "Bearer %s" % token})
return True
logger.debug("Warning: no token or access_token present in response.")
return False
return False

0 comments on commit 8358de6

Please sign in to comment.