Skip to content

Commit

Permalink
CI hotfix?
Browse files Browse the repository at this point in the history
  • Loading branch information
speleo3 committed Jun 25, 2024
1 parent 920cb34 commit 49acdd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/th2ex.py
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@ def compute_bbox(self, node, transform=True, use_cache=False):
node_bbox = None

if transform:
transform = node.get('transform', '')
transform = node.get('transform') or ''
else:
transform = ''

Expand Down

0 comments on commit 49acdd4

Please sign in to comment.