Created
July 9, 2020 12:48
-
-
Save bookshelfdave/9fe6ae1e7136acab79effa0de44d9344 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/Library/Python/2.7/bin | |
ε ./maws | |
Unable to contact AWS : Traceback (most recent call last): | |
File "/Users/dparfitt/Library/Python/2.7/lib/python/site-packages/mozilla_aws_cli/login.py", line 356, in exchange_token_for_credentials | |
self.role_arn, | |
File "/Users/dparfitt/Library/Python/2.7/lib/python/site-packages/mozilla_aws_cli/sts_conn.py", line 100, in get_credentials | |
(strip_xmlns(x.tag), x.text) for x in credential_children]) | |
File "/Users/dparfitt/Library/Python/2.7/lib/python/site-packages/mozilla_aws_cli/utils.py", line 54, in strip_xmlns | |
return tag.split("}", maxsplit=1)[-1] | |
TypeError: split() takes no keyword arguments |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment