From 399631652422c189de2cf85b3b9d9174d8062385 Mon Sep 17 00:00:00 2001 From: Shivani Tipnis Date: Thu, 4 Apr 2019 13:59:52 +0530 Subject: [PATCH] mfg_util: Remove todo line leftback --- tools/mass_mfg/mfg_gen.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/mass_mfg/mfg_gen.py b/tools/mass_mfg/mfg_gen.py index ecaa4319b6..48a78064da 100755 --- a/tools/mass_mfg/mfg_gen.py +++ b/tools/mass_mfg/mfg_gen.py @@ -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) # Verify if output bin file does not exist - # todo for keys output_file_prefix = target_file_name_prefix + "-" + file_identifier_value output_bin_file = output_target_dir + output_file_prefix + ".bin" if os.path.isfile(output_bin_file):