Skip to content

Conversation

nedhirouebnou
Copy link
Collaborator

No description provided.

Comment on lines +60 to +65
if padding_needed > 0:
cv_base64 += "=" * (4 - padding_needed)
try:
binary_data = base64.b64decode(cv_base64, validate=True)
except binascii.Error:
raise Exception("Invalid Base64 string provided for CV.")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nedhirouebnou D'ou vient cette erreur ?

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.

3 participants