Commit fea70b5c authored by Julien Muchembled's avatar Julien Muchembled

grid: fix typo in GenericPromise.__bang

parent 4a549f07
......@@ -258,7 +258,7 @@ class GenericPromise(with_metaclass(ABCMeta, object)):
Call bang if requested
"""
if 'master-url' in self.__config and \
'partition-in' in self.__config and \
'partition-id' in self.__config and \
'computer-id' in self.__config:
slap = slapos.slap.slap()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment