Skip to content

Commit

Permalink
Update chassis.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Yagami-Jiang committed Aug 2, 2023
1 parent e81c7b7 commit 0a0641a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
except ImportError as e:
raise ImportError(str(e) + "- required module not found")

BMC_EXIST = True
BMC_EXIST = helper.APIHelper().get_bmc_status()

REBOOT_CAUSE_PATH = "/sys/devices/platform/cpld_wdt/reason"
SET_SYS_STATUS_LED = "0x3A 0x39 0x2 0x0 {}"
Expand Down

0 comments on commit 0a0641a

Please sign in to comment.