Eising / Eising/netbox-context-edit
Files for nodes with no context look weird
Open
enhancement
good first issue
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
If a node has no context defined, it will look like this:
```
null
...
```
On the positive side it converts cleanly back and forth between YAML, python, and JSON.
A couple of options exist:
1. Completely blank the file
2. Don't create the file at all
3. Write a comment into the file explaining that it is blank.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.