Searched refs:cmd_path (Results 1 – 1 of 1) sorted by relevance
37 def check_cmd(cmd_name, cmd_dir, cmd_path=None): argument42 if cmd_path:44 cmd_path = os.path.abspath(cmd_path)45 cmd = find_executable(cmd_path)48 sys.exit("ERROR: executable `%s` not found" % (cmd_path))