FrappyControl.add_frappy_service: add doc string
This commit is contained in:
@@ -129,6 +129,7 @@ class FrappyControl(MarcheControl):
|
||||
raise ValueError('too many frappy servers')
|
||||
|
||||
def add_frappy_service(self, service, cfg, port, log=None):
|
||||
"""create wrapper file and update marche"""
|
||||
if log is None:
|
||||
log = Logger('info')
|
||||
service, cfgfile = self.cfg_file(self.config.cfgdirs, service, cfg)
|
||||
|
||||
Reference in New Issue
Block a user