Skip to content

Commit

Permalink
remove excess return
Browse files Browse the repository at this point in the history
idk. I need this to work

Sem-Ver: new feature
  • Loading branch information
Spacarar committed Feb 17, 2022
1 parent 1253733 commit 3234c99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flask_mail_template_tester.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ def test_template(templatename, dataFile, email):
email = email or os.getenv('TEMPLATE_EMAIL')
if not email:
raise "Email not provided to template tester. Pass -e or use TEMPLATE_EMAIL environment variable"
return

# expect dataFile to define `template_data` variable with our template data
# because this exec is within a function, variables defined here are in locals()
Expand Down

0 comments on commit 3234c99

Please sign in to comment.