Skip to content

Allow executables not found in PATH

Patrick Godwin requested to merge executable_discoverability into main

This will go through the following steps:

  1. Find if the path to the executable provided exists
  2. If not, resolve this path via which
  3. If not found, raise a warning indicating this could be a failure mode

Merge request reports