Skip to content

Commit

Permalink
0.5.0 bugfix: ask token until found
Browse files Browse the repository at this point in the history
  • Loading branch information
meeuw committed Aug 6, 2020
1 parent 2fd1239 commit 71aa9dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions aws_credential_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,9 @@ def token_code():
else:
time.sleep(1)

if token_code is not None:
break

return token_code

mfa_session_request = (
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aws-credential-process"
version = "0.4.0"
version = "0.5.0"
description = "AWS Credential Process"
authors = ["Dick Marinus <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 71aa9dc

Please sign in to comment.