Skip to content

Commit

Permalink
Update src/assessment/builder.py
Browse files Browse the repository at this point in the history
Applying capitalization fix to Launch Date

Co-authored-by: dav3r <[email protected]>
  • Loading branch information
JCantu248 and dav3r authored Nov 10, 2021
1 parent 9a001cb commit c758365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assessment/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def build_campaigns(assessment, campaign_number, template_smtp):
if campaign.complete_date > campaign.launch_date:
pass # Do nothing yet and continue checks
else:
logging.error("Complete Date is not after Launch Date.")
logging.error("Complete date is not after launch date.")

if campaign.complete_date > datetime.now(campaign_tz).isoformat():
break # Valid input, break out of loop
Expand Down

0 comments on commit c758365

Please sign in to comment.