Currently getting this error when running deleteredundantstatic. It is happening in get_needful_files, and the tuple is coming from here in Django code I believe. Presumably, it should just be using the first paths value from the tuple? Not sure if I am missing configuration or anything but that is certainly possible as well.
AttributeError: 'tuple' object has no attribute 'values'