Can log on first time

This commit is contained in:
Nick Mowen 2023-01-04 11:17:33 -07:00
parent 615fdb4295
commit 5691416b7f

View File

@ -814,6 +814,7 @@ def get_intel_gpu_stats() -> dict[str, str]:
# timeout has a non-zero returncode when timeout is reached
if p.returncode != 124:
logger.error(p.stderr)
return None
else:
reading = "".join(p.stdout.split())