Archived
1
1
Fork 0

only set/use CARD and hwmon_dir if not None

This commit is contained in:
Josh Lay 2023-04-25 22:48:49 -05:00
parent 4cb719255b
commit 61f10e6302
Signed by: jlay
GPG key ID: B265E45CACAD108A

View file

@ -46,6 +46,7 @@ def find_card() -> Optional[Tuple[Optional[str], Optional[str]]]:
# base vars: card identifier, hwmon directory for stats, then the stat dicts
CARD, hwmon_dir = find_card()
if CARD is not None:
card_dir = path.join("/sys/class/drm/", CARD) # eg: /sys/class/drm/card0/
# dictionary of known source files