Merge branch 'fix/esptool_command_info' into 'master'

fix(tools): adjusted esptool @flash_args command print to prevent issues

Closes ESPTOOL-750

See merge request espressif/esp-idf!26327
pull/9673/merge
Roland Dobai 2023-10-06 15:34:20 +08:00
commit fbc31c8f15
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -501,7 +501,7 @@ def init_cli(verbose_output: List=None) -> Any:
if os.path.exists(os.path.join(args.build_dir, 'flash_args')):
print(f'or from the "{args.build_dir}" directory')
print(' {}'.format(' '.join(esptool_cmd + ['@flash_args'])))
print(' {}'.format(' '.join(esptool_cmd + ['"@flash_args"'])))
if 'all' in actions or 'build' in actions:
print_flashing_message('Project', 'project')