mirror of
https://github.com/patrickchugh/terravision.git
synced 2026-05-09 08:25:25 +02:00
[GH-ISSUE #101] KeyError: 'after_sensitive' #51
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#51
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 @juanms on GitHub (Jan 16, 2024).
Original GitHub issue: https://github.com/patrickchugh/terravision/issues/101
This error indicates that there is an attempt to access the 'after_sensitive' key in a dictionary, and this key is not present in the dictionary.
File "/Path/to/tfwrapper.py", line 165, in setup_graph: details.update(object["change"]["after_sensitive"])
KeyError: 'after_sensitive'
@theuberuser commented on GitHub (Feb 23, 2024):
I am getting this error as well when I try to run terravision --draw with or without --show and if I add --source with a local directory. Currently using Python 3.11.8
@patrickchugh commented on GitHub (Dec 16, 2025):
fixed with latest ver