You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[scons] Emit explicit error when chosen gcc isn't found on PATH
Previously, if the compiler was not on PATH, shutil.which would return
None and the error from "realpath" would be:
TypeError: expected str, bytes or os.PathLike object, not NoneType
0 commit comments