else needs to be else:
Fix missing ':' syntax error. Change-Id: I65d26db42eb871c230fd880457e12a25016baf1e
This commit is contained in:
parent
662ae3777c
commit
becc05e0aa
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user