mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
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
This commit is contained in:
commit
fbc31c8f15
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user