Open danloveg opened 1 week ago
There are a few places where lazy log formatting is not used:
recordtransfer.models.UploadSession
recordtransfer.utils.count_file_types
recordtransfer.views.uploadfiles
These should be changed to use "%s" in the log string rather than calling .format() on the string.
.format()
There are a few places where lazy log formatting is not used:
recordtransfer.models.UploadSession
recordtransfer.utils.count_file_types
recordtransfer.views.uploadfiles
These should be changed to use "%s" in the log string rather than calling
.format()
on the string.