We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1877535 commit fa1e35aCopy full SHA for fa1e35a
src/toil/test/cwl/cwlTest.py
@@ -2210,7 +2210,7 @@ def emit(self, record: logging.LogRecord) -> None:
2210
# We get the job name from the class since we already started failing
2211
# this test once due to it being renamed.
2212
try:
2213
- formatted = record.msg % record.args
+ formatted = record.getMessage()
2214
except TypeError as e:
2215
# The log message has the wrong number of items for its fields.
2216
# Complain in a way we could figure out.
0 commit comments