Searched refs:exec_pathstr (Results 1 – 1 of 1) sorted by relevance
196 exec_pathstr = shutil.which(cmd[0])197 if exec_pathstr is None:199 exec_path = Path(exec_pathstr).resolve()160 exec_pathstr = shutil.which(cmd[0]) global() variable