mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-10 21:03:01 +00:00
fix error in web v2
This commit is contained in:
@@ -71,7 +71,7 @@ def check_dependencies(venv_path):
|
||||
try:
|
||||
subprocess.check_call([
|
||||
str(venv_python), '-c', f'import {package}'
|
||||
], capture_output=True)
|
||||
], stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL)
|
||||
except subprocess.CalledProcessError:
|
||||
missing_packages.append(package)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user