Commit 2c2313af authored by Julien Muchembled's avatar Julien Muchembled

check_port_listening: backward compatibility for buildout 1.x

See !196
parent 163880c7
......@@ -52,6 +52,7 @@ class Recipe(GenericBaseRecipe):
def install(self):
promise = self.createExecutable(self.options['path'], template % {
'python': _safe_arg(sys.executable),
'dash_S': '', # BBB buildout 1.x
'hostname': self.options['hostname'],
'port': self.options['port'],
})
......
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