else needs to be else:

Fix missing ':' syntax error.

Change-Id: I65d26db42eb871c230fd880457e12a25016baf1e
This commit is contained in:
Clark Boylan 2017-08-03 09:44:46 -07:00
parent 662ae3777c
commit becc05e0aa
1 changed files with 1 additions and 1 deletions

View File

@ -407,7 +407,7 @@ class PushMQTT(object):
topic = self._generate_topic(project, job_id, action)
elif build_queue:
topic = self._generate_topic(project, build_queue, action)
else
else:
topic = self.base_topic + '/' + project
publish.single(topic, msg, hostname=self.hostname,