From 662a51e05b52fa3044338838823cf63965dc9c0c Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Mon, 6 Jan 2020 17:41:09 +0000 Subject: [PATCH] neverending cleanup --- devices.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices.py b/devices.py index 666ad0c..ef7098f 100755 --- a/devices.py +++ b/devices.py @@ -394,7 +394,7 @@ components = [ "name": "epics_daq", "z_und": 142, "desc": "epics data acquisition", - "type": "slic.daq.epics:Epicstools", + "type": "slic.daq.epics:Epics", "kwargs": { "channel_list": Component("epics_channel_list"), "default_file_path": f"/sf/bernina/data/{config['pgroup']}/res/epics_daq/",