mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-08-05 02:11:23 +00:00
board_inspector: add a missing module import
This patch adds the import of the `sys` module in platformbase.py which uses `sys.exit` to terminate the board inspector upon fatal errors. Tracked-On: #6689 Signed-off-by: Junjie Mao <junjie.mao@intel.com>
This commit is contained in:
parent
739ecc629f
commit
53efa3851e
@ -6,6 +6,7 @@
|
||||
"""Base classes and infrastructure for CPUID and MSR decoding"""
|
||||
|
||||
from __future__ import print_function
|
||||
import sys
|
||||
import subprocess # nosec
|
||||
import re
|
||||
import functools
|
||||
|
Loading…
Reference in New Issue
Block a user