Ivan Grokhotkov 1727306645 tools: fix diagnostic output in check_python_dependencies.py
If IDF_PYTHON_ENV_PATH was not set, an exception occurred:

Traceback (most recent call last):
  File "/home/user/esp/esp-idf/tools/check_python_dependencies.py", line 108, in <module>
    if idf_python_env_path not in sys.executable:
TypeError: 'in <string>' requires string as left operand, not NoneType

and the final line in the diagnostic message was not printed.
Fix to print the PATH if IDF_PYTHON_ENV_PATH is not set.
2020-06-08 18:14:39 +02:00
..
2020-05-19 12:17:32 +02:00
2020-05-22 19:08:02 +08:00
2020-05-20 10:50:10 +08:00
2020-05-12 22:27:06 +02:00
2020-05-25 10:27:05 +07:00
2020-04-30 06:47:49 +00:00
2020-05-20 12:07:51 +02:00
2020-05-25 10:27:05 +07:00