NationalCentreTruthReconciliation / Secure-Record-Transfer

A transfer portal incorporating CAAIS and BagIt Specifications
https://secure-record-transfer.readthedocs.io/en/latest/
4 stars 2 forks source link

Fix Cases Where Lazy Log Formatting is not Used #242

Open danloveg opened 1 week ago

danloveg commented 1 week ago

There are a few places where lazy log formatting is not used:

These should be changed to use "%s" in the log string rather than calling .format() on the string.