mirror of
https://github.com/ARM-software/devlib.git
synced 2025-11-17 22:25:16 +00:00
Without this patch, this will result in an error due to trying to call `.cgroup` on None. Making this a RuntimeError instaed means that a) you get a more useful error message and b) you can catch the exception without blanket `except Exception as e`.