Skip to content

Commit eccf8e3

Browse files
committed
fix(info): return members irrespective of contents in string
1 parent 7623f4a commit eccf8e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

neuroml/nml/generatedssupersuper.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,7 @@ def info(self, show_contents=False, return_format="string"):
457457

458458
else:
459459
info_ret.append(member.get_name())
460+
info_str += member_str
460461

461462
if return_format == "list":
462463
if isinstance(info_ret, dict):

0 commit comments

Comments
 (0)