
- Replaced the manual loop for counting true values in the dictionary 'g_file_need_index' with Python's built-in function 'sum()'. - This change makes the code more concise and more Pythonic.
- Replaced the manual loop for counting true values in the dictionary 'g_file_need_index' with Python's built-in function 'sum()'. - This change makes the code more concise and more Pythonic.