From cdf7f7ab63435edd542c11ef56133a2d9dee71e0 Mon Sep 17 00:00:00 2001 From: x03daop Date: Mon, 2 Nov 2015 14:36:04 +0100 Subject: [PATCH] Closedown --- script/local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/local.py b/script/local.py index a3463cc6..e8e96f72 100644 --- a/script/local.py +++ b/script/local.py @@ -155,7 +155,7 @@ def print_diag(): print "%-25s %s" % (f.getName() , str(f.read())) def create_diag_datasets: - group = get_current_group() + "/" + "attrs+"/" + group = get_current_group() + "/attrs/" print group for f in diag_channels: create_dataset(group+f.getName() , 's' if (type(f) is ch.psi.pshell.epics.ChannelString) else 'i')