diff --git a/openstack_election/cmds/template_emails.py b/openstack_election/cmds/template_emails.py index 980a10f5..6189b857 100644 --- a/openstack_election/cmds/template_emails.py +++ b/openstack_election/cmds/template_emails.py @@ -32,7 +32,7 @@ fmt_args = dict( start_release=start_release, time_frame=time_frame, ) -if conf['election_type'] == 'tc': +if utils.is_tc_election(): fmt_args.update(dict( start_nominations=utils.get_event('TC Nominations')['start_str'], end_nominations=utils.get_event('TC Nominations')['end_str'], @@ -43,7 +43,7 @@ if conf['election_type'] == 'tc': poll_name='%s TC Election' % (conf['release'].capitalize()), )) template_names += ['campaigning_kickoff'] -elif conf['election_type'] == 'ptl': +else: # NOTE(tonyb): We need an empty item last to ensure the path ends in a # tailing '/' stats.collect_project_stats(os.path.join(utils.CANDIDATE_PATH,