Skip to content

Commit

Permalink
remove tested comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chinyeungli committed Jan 31, 2014
1 parent 569630d commit 8d17c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion about_code_tool/genabout.py
Expand Up @@ -317,7 +317,7 @@ def pre_generation(self, gen_location, input_list, action_num, all_in_one, gen_l
# action number below
copied_list = copy.deepcopy(input_list)
#for component in copied_list:
for line in copied_list:#component:
for line in copied_list:
# ToDo: The following code is used to validate the existence
# of the 'license_text_file' if there is any.
# All the validation calls should be re-factored along with the about.py
Expand Down

0 comments on commit 8d17c8f

Please sign in to comment.