Skip to content

Commit 23a3d45

Browse files
committed
[section] Change export_leaf Comment
1 parent f35a534 commit 23a3d45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

odml/section.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,8 @@ def pprint(self, indent=2, max_depth=1, max_length=80, current_depth=0):
641641

642642
def export_leaf(self):
643643
"""
644-
Export leaf, start at section. Includes section properties, not subsections.
644+
Export only the path from this section to the root.
645+
Include all properties for all sections, but no other subsections.
645646
"""
646647
curr = self
647648
par = self

0 commit comments

Comments
 (0)