Fix typo causing SyntaxError (missing colon)

reviewable/pr18780/r1
Toshio Kuratomi 10 years ago
parent edef1c8484
commit 2396f36f11

@ -164,7 +164,7 @@ class RabbitMqUser(object):
def add(self):
if self.password is not None:
self._exec(['add_user', self.username, self.password])
else
else:
self._exec(['add_user', self.username, ''])
self._exec(['clear_password', self.username])

Loading…
Cancel
Save