Skip errors

This commit is contained in:
Watchful1 2025-07-24 21:14:57 -07:00
parent 18e36b1b81
commit a303ade2f7
2 changed files with 4 additions and 3 deletions

View file

@ -347,7 +347,7 @@ if __name__ == '__main__':
field_counts[field] = int(count)
except Exception as err:
log.info(f"Line failed in file {file.count_file_path}: {line}")
raise
continue
sorted_counts = sorted(field_counts.items(), key=lambda item: item[1], reverse=True)