Skip to content

Commit

Permalink
Circular reference fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucaweihs committed Oct 3, 2024
1 parent ca93d48 commit 885c337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion objathor/dataset/aggregate_asset_annotations.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def print_or_log(msg):
)
asset_ann["thor_metadata"] = {}

all_annotations[uid] = all_annotations
all_annotations[uid] = asset_ann
finally:
if pbar is not None:
pbar.update(1)
Expand Down

0 comments on commit 885c337

Please sign in to comment.