mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-12 12:30:08 +00:00
config-tools: remove unused package and add nosec to subprocess
The subprocess module is needed for calling package from python script. Add #nosec for subprocess module importing. Tracked-On: #6342 Signed-off-by: Yang,Yu-chu <yu-chu.yang@intel.com>
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
"""
|
||||
|
||||
import logging
|
||||
import os, sys, subprocess, argparse, re, shutil
|
||||
import subprocess # nosec
|
||||
import os, sys, argparse, re, shutil
|
||||
sys.path.append(os.path.join(os.path.dirname(os.path.abspath(__file__)), '..', 'board_inspector'))
|
||||
import lxml.etree
|
||||
from acpi_const import *
|
||||
|
Reference in New Issue
Block a user