Skip to content

Commit

Permalink
Merge branch 'master' into fix-file-permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
dlstadther authored Sep 5, 2024
2 parents 67768d1 + 7eeb723 commit ef6eed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion luigi/contrib/pai.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def __init_token(self):

request_json = json.dumps({'username': self.__openpai.username, 'password': self.__openpai.password,
'expiration': self.__openpai.expiration})
logger.debug('Get token request {0}'.format(request_json))
logger.debug('Requesting token from OpenPai')
response = rs.post(urljoin(self.__openpai.pai_url, '/api/v1/token'),
headers={'Content-Type': 'application/json'}, data=request_json)
logger.debug('Get token response {0}'.format(response.text))
Expand Down

0 comments on commit ef6eed4

Please sign in to comment.