Searched refs:_DEVICE_NOT_FOUND_RE (Results 1 – 1 of 1) sorted by relevance
43 _DEVICE_NOT_FOUND_RE = re.compile(r"error: device '(?P<serial>.+)' not found") variable284 not_found_m = _DEVICE_NOT_FOUND_RE.match(output)