Fix a broken support for custom configuration file for pio debug command // Resolve #3922

This commit is contained in:
Ivan Kravets
2021-04-11 22:21:01 +03:00
parent eecc825c90
commit b35c5a22bb
4 changed files with 7 additions and 7 deletions
+1
View File
@@ -105,6 +105,7 @@ def predebug_project(
ctx.invoke(
cmd_run,
project_dir=project_dir,
project_conf=project_config.path,
environment=[env_name],
target=["__debug"] + (["upload"] if preload else []),
verbose=verbose,