Closed thefinn93 closed 6 years ago
Previously it was hard-coded to usr/bin/grgsm_scanner, but it's not always installed there. distutils.spawn.find_executable should search the $PATH for the executable.
usr/bin/grgsm_scanner
distutils.spawn.find_executable
$PATH
Previously it was hard-coded to
usr/bin/grgsm_scanner
, but it's not always installed there.distutils.spawn.find_executable
should search the$PATH
for the executable.