Skip to content

Commit

Permalink
fix(info): return members irrespective of contents in string
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjayankur31 committed Nov 8, 2024
1 parent 7623f4a commit eccf8e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions neuroml/nml/generatedssupersuper.py
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,7 @@ def info(self, show_contents=False, return_format="string"):

else:
info_ret.append(member.get_name())
info_str += member_str

if return_format == "list":
if isinstance(info_ret, dict):
Expand Down

0 comments on commit eccf8e3

Please sign in to comment.