Jan Fuchs

Results 1 issues of Jan Fuchs

…files. Problem on Debian GNU/Linux 11 (bullseye) and Ubuntu 22.04.1 LTS: In : os.path.realpath(shutil.which("dot")) Out: '/usr/sbin/libgvc6-config-update' In : os.path.dirname(os.path.realpath(shutil.which("dot"))) Out: '/usr/sbin' Solution: In : os.path.dirname(shutil.which("dot")) Out: '/usr/bin'