Files
KubeDiagrams/bin
asimon f34baa0c14 feat(kube-diagrams): resolve symlinks when locating config and icons
`os.path.dirname(__file__)` returns the symlink's directory when the script is invoked through a symlink (Nix, ln -s into ~/.local/bin), so kube-diagrams.yaml and icons/ are not found.

Use `os.path.realpath(__file__)` to resolve to the real script location. No behavior change for copied installs (`pip/setup.py` scripts).
2026-07-18 16:31:34 +02:00
..