Skip to content

Commit

Permalink
f: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjjung committed Dec 17, 2024
1 parent 15ab8c4 commit de3959c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tb_pulumi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,4 +266,5 @@ def flatten(item: dict | list | ThunderbirdComponentResource | pulumi.Output | p
else:
flattened.extend(flatten(item))

pulumi.info(f'FLATTENED: {set(flattened)}')
return set(flattened)

0 comments on commit de3959c

Please sign in to comment.