mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-08-06 10:44:41 +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"""
|
"""Base classes and infrastructure for CPUID and MSR decoding"""
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
|
import sys
|
||||||
import subprocess # nosec
|
import subprocess # nosec
|
||||||
import re
|
import re
|
||||||
import functools
|
import functools
|
||||||
|
Loading…
Reference in New Issue
Block a user