Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Previously, message and args would each get interpolated separately, with a result like wrote python info of %s at (PosixPath('/usr/bin/python3.12'), PosixPath('/home/...f265.json')) [DEBUG via_disk_folder:153] Now, interpolate the message (which has its own formatting placeholder) first, then the args; the result is more like wrote python info of /usr/bin/python3.12 at /home/...f265.json [DEBUG via_disk_folder:153]
- Loading branch information