in src/hardware/hardware_detector.py [0:0]
def _run_cmd(self, cmd: List[str]) -> str: try: return subprocess.check_output(cmd, stderr=subprocess.DEVNULL).decode('utf-8') except: return ""