Skip to content

Commit

Permalink
Update tools/pypi/generate-pypi-mfa-qr.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mhamilton723 authored Jan 22, 2024
1 parent b3e4584 commit f024736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/pypi/generate-pypi-mfa-qr.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def retrieve_secret_from_keyvault(vault_url, secret_name):
except Exception as e:
raise Exception(
"Failed to retrieve the secret from Azure Key Vault. Ensure you are logged in with an appropiate account with 'az login'"
)
, e)


def generate_qr_code(text):
Expand Down

0 comments on commit f024736

Please sign in to comment.