mirror of
https://github.com/patrickchugh/terravision.git
synced 2026-05-09 08:25:25 +02:00
[GH-ISSUE #135] Unhandled error: <class 'TypeError'>, unsupported operand type(s) for +: 'bool' and 'str', <traceback object at 0x1473f1580> #78
Labels
No labels
bug
enhancement
enhancement
good first issue
good first issue
good first issue
pipeline
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/terravision#78
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mmigliari on GitHub (Oct 8, 2024).
Original GitHub issue: https://github.com/patrickchugh/terravision/issues/135
It seems like this concatenation is failing in resource_handlers.py because its not casting booleans into strings first.
after changing line 372 of resource_handlers.py to
renamed_node = str(lb_type) + "." + "elb"the code ran successfully.