mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 20:41:14 +00:00
Tools: Fix silent failure about the incompatible Python
This commit is contained in:
@@ -10,15 +10,6 @@
|
||||
import argparse
|
||||
from itertools import chain
|
||||
|
||||
try:
|
||||
import python_version_checker
|
||||
|
||||
# check the Python version before it will fail with an exception on syntax or package incompatibility.
|
||||
python_version_checker.check()
|
||||
except RuntimeError as e:
|
||||
print(e)
|
||||
raise SystemExit(1)
|
||||
|
||||
|
||||
def action_extract_features(args: str) -> None:
|
||||
"""
|
||||
|
Reference in New Issue
Block a user