Merge branch 'fix/mfg_util_todo_leftback' into 'master'
mfg_util: Remove to-do line leftback See merge request idf/esp-idf!4707
This commit is contained in:
commit
49d04250e9
1 changed files with 0 additions and 1 deletions
|
@ -515,7 +515,6 @@ def main(input_config_file=None,input_values_file=None,target_file_name_prefix=N
|
||||||
output_target_dir = create_dir("bin/", output_dir_path)
|
output_target_dir = create_dir("bin/", output_dir_path)
|
||||||
|
|
||||||
# Verify if output bin file does not exist
|
# Verify if output bin file does not exist
|
||||||
# todo for keys
|
|
||||||
output_file_prefix = target_file_name_prefix + "-" + file_identifier_value
|
output_file_prefix = target_file_name_prefix + "-" + file_identifier_value
|
||||||
output_bin_file = output_target_dir + output_file_prefix + ".bin"
|
output_bin_file = output_target_dir + output_file_prefix + ".bin"
|
||||||
if os.path.isfile(output_bin_file):
|
if os.path.isfile(output_bin_file):
|
||||||
|
|
Loading…
Reference in a new issue