Skip to content

Commit

Permalink
Proposed by chrisreichert53 on #485
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianTremblay committed Oct 12, 2024
1 parent 7a64b20 commit 2f529ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion BAC0/core/io/Read.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,8 @@ async def readMultiple(
"",
)
)
dict_values[str(object_identifier)] = []
if str(object_identifier) not in dict_values:
dict_values[str(object_identifier)] = []
if show_property_name:
values.append((property_value, property_identifier))
dict_values[str(object_identifier)].append(
Expand Down

0 comments on commit 2f529ec

Please sign in to comment.