diff --git a/circus/arbiter.py b/circus/arbiter.py index a7fe0a71a..6608115dd 100644 --- a/circus/arbiter.py +++ b/circus/arbiter.py @@ -536,7 +536,7 @@ def start(self, cb=None): else: # start_watchers will be called just after the start_io_loop() if not cb: - cb = lambda x: None + def cb(x): pass self.loop.add_future(self.start_watchers(), cb) logger.info('Arbiter now waiting for commands') self._running = True