irods / irods_capability_automated_ingest

Other
12 stars 15 forks source link

Use %-formatting instead of f-strings in `logging` calls #222

Closed alanking closed 3 months ago

alanking commented 5 months ago

BTW with logger functions it's best practice to use % formatting instead of f-strings. See https://pylint.pycqa.org/en/v3.1.0/user_guide/messages/warning/logging-fstring-interpolation.html

_Originally posted by @rmoreas in https://github.com/irods/irods_capability_automated_ingest/pull/221#discussion_r1586534430_