From c4d5d2e284a4ba2ceff2523a39bff95ef1ae2651 Mon Sep 17 00:00:00 2001 From: Markus Zolliker Date: Tue, 30 May 2023 15:12:36 +0200 Subject: [PATCH] fix equipment_id in seadesc Change-Id: Iecf5d3ae815373c0535ee9e1c230b2f48554f5b5 --- frappy_psi/sea.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/frappy_psi/sea.py b/frappy_psi/sea.py index 8bb60f44..2d98f929 100644 --- a/frappy_psi/sea.py +++ b/frappy_psi/sea.py @@ -48,9 +48,8 @@ from frappy.modules import Attached, Command, Done, Drivable, \ from frappy.protocol.dispatcher import make_update -CFG_HEADER = """Node( - description = '''%(nodedescr)s''', - id = %(config)s.sea.psi.ch, +CFG_HEADER = """Node('%(config)s.sea.psi.ch', + '''%(nodedescr)s''', ) Mod(%(seaconn)r, 'frappy_psi.sea.SeaClient',