Closedown

This commit is contained in:
x03daop
2015-11-02 14:36:30 +01:00
parent cdf7f7ab63
commit f870767e86

View File

@@ -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())