Closed mportesdev closed 2 years ago
Pull request #913 didn't adjust the arguments to be interpolated in the logging message (arguments do not match the %s placeholders). As a result, there is an unhandled TypeError and failed string interpolation. This change fixes that.
%s
Before:
After:
Pull request #913 didn't adjust the arguments to be interpolated in the logging message (arguments do not match the
%s
placeholders). As a result, there is an unhandled TypeError and failed string interpolation. This change fixes that.Before:
After: