Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix ValueError: unsupported format character ',' (0x2c) at index 27 #10

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

christianmeyer
Copy link

@christianmeyer christianmeyer commented Jul 19, 2024

In context of AWS Identity Center based profiles I observed an error out of a typo in the error handling, which this is the fix for.

Traceback (most recent call last):
  File "/Users/username/.local/pipx/venvs/awsume/lib/python3.12/site-packages/1password.py", line 110, in pre_get_credentials
    'No access key for profile %, skip plugin flow'
ValueError: unsupported format character ',' (0x2c) at index 27

@sogaoh
Copy link

sogaoh commented Sep 15, 2024

I ran into the same problem.
I think it's a reasonable fix, please merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants