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

bug: no applicant email #5199

Merged
merged 1 commit into from
Sep 19, 2019
Merged

Conversation

thelostone-mc
Copy link
Member

@thelostone-mc thelostone-mc commented Sep 16, 2019

Description

Looks like there are a couple of undefined variables which needed to be fixed!

  • render_no_applicant_reminder takes only one argument as shown here

  • live is not defined anywhere so it would not work

try:
send_mail(
from_email,
to_email,
Copy link
Contributor

Choose a reason for hiding this comment

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

this doesn't need to be a param on the fnc ?

Copy link
Member Author

Choose a reason for hiding this comment

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

Copy link
Contributor

Choose a reason for hiding this comment

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

you are right, got confused with the "render" .

@codecov
Copy link

codecov bot commented Sep 16, 2019

Codecov Report

Merging #5199 into master will decrease coverage by 0.03%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #5199      +/-   ##
==========================================
- Coverage   30.78%   30.75%   -0.04%     
==========================================
  Files         221      221              
  Lines       17829    17827       -2     
  Branches     2464     2463       -1     
==========================================
- Hits         5489     5483       -6     
- Misses      12114    12118       +4     
  Partials      226      226
Impacted Files Coverage Δ
app/marketing/mails.py 14.3% <0%> (+0.03%) ⬆️
app/dashboard/embed.py 28.16% <0%> (-3.45%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f6e5b1e...2bbf982. Read the comment docs.

@thelostone-mc thelostone-mc changed the base branch from skill-based-invites to master September 17, 2019 14:51
@thelostone-mc thelostone-mc changed the title fix render no email bug: no applicant email Sep 17, 2019
@thelostone-mc thelostone-mc merged commit 908988c into gitcoinco:master Sep 19, 2019
@thelostone-mc thelostone-mc deleted the email-bug branch January 16, 2020 12:24
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