pull/6/head
deadc0de6 6 years ago
parent 8b83951d33
commit e1501ec5b8

@ -54,7 +54,7 @@ class Noder:
def clean_storage_attr(self, attr): def clean_storage_attr(self, attr):
if not attr: if not attr:
return '' return ''
return ', '.join(attr.splitlines()) return ', '.join(attr)
def get_node(self, top, path): def get_node(self, top, path):
''' get the node at path ''' ''' get the node at path '''

Loading…
Cancel
Save