diff --git a/script/local.py b/script/local.py index e8e96f72..ae7319f0 100644 --- a/script/local.py +++ b/script/local.py @@ -161,7 +161,7 @@ def create_diag_datasets: create_dataset(group+f.getName() , 's' if (type(f) is ch.psi.pshell.epics.ChannelString) else 'i') def append_diag_datasets: - group = get_current_group() + "/" + "attrs+"/" + group = get_current_group() + "/attrs/" for f in diag_channels: append_dataset(group+f.getName(), f.take())