Use utils.is_tc_election()

It's what it's for after all ;P

Change-Id: I29b8847a5a7db216f6309b1b560e128839302188
This commit is contained in:
Tony Breeds 2019-02-19 15:38:42 +11:00
parent 5c7ad3f4cd
commit 497c79c726

View File

@ -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,