From 90659aae1398d0dfd7b2496c2f0e832ac61fc764 Mon Sep 17 00:00:00 2001 From: Markus Zolliker Date: Thu, 21 May 2026 11:37:14 +0200 Subject: [PATCH] FrappyControl.add_frappy_service: add doc string --- frappy.py | 1 + 1 file changed, 1 insertion(+) diff --git a/frappy.py b/frappy.py index 37d81f8..831c04b 100644 --- a/frappy.py +++ b/frappy.py @@ -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)