Skip to content

Commit

Permalink
less strange docs, the base64 is a useless token
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Schouten authored and Nick Schouten committed Nov 20, 2024
1 parent 3f3e243 commit 9a28376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion papermill/iorw.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ class HttpHandler:
@classmethod
def _get_auth_kwargs(cls):
"""Gets the Authorization header from PAPERMILL_HTTP_AUTH_HEADER.
A valid value could be Basic dW5hbWU6cGFzc3dvcmQK"""
A valid example value Basic dW5hbWU6cGFzc3dvcmQK"""
auth_header = os.environ.get('PAPERMILL_HTTP_AUTH_HEADER', None)
if auth_header:
return {'headers': {'Authorization': auth_header}}
Expand Down

0 comments on commit 9a28376

Please sign in to comment.