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: variable naming in send_mails #80

Merged
merged 1 commit into from
Oct 10, 2022

Conversation

henninge
Copy link
Member

@henninge henninge commented Oct 10, 2022

Now, this is a bit embarassing but not completely my mistake. The double usage of message as parameter as well as response value was already in place. It became a problem when I refactored the function and added the None default in the previous PR, effectively overwriting the parameter. The GMail API does not like None as a message body ...

What's embarrassing is that I had obviously never run the code after the refactoring. This code has now been run successfully, though.

@maxbischoff maxbischoff merged commit 00ad46b into inovex:master Oct 10, 2022
@henninge henninge deleted the fix-mail-sending branch October 14, 2022 13:47
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.

None yet

2 participants