Closedown

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

View File

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