79723898

Date: 2025-08-03 08:59:50
Score: 0.5
Natty:
Report link

You use .append() which is for lists, but duplicateFiles is a set. You should use try add() instead of .append().

You can read more about sets here or here

Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: poisoned_monkey