Skip to content

Commit ba0cafd

Browse files
author
Andrei Neagu
committed
pylint
1 parent 36a24bd commit ba0cafd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/service-library/src/servicelib/rabbitmq/_rpc_router.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ async def _wrapper(*args, **kwargs):
6565
raise
6666

6767
_logger.exception(
68-
"Unhandled exception on the rpc-server side."
69-
f" Re-raising as {RPCServerError.__name__}."
68+
"Unhandled exception on the rpc-server side. Re-raising as %s.",
69+
RPCServerError.__name__,
7070
)
7171
# NOTE: we do not return internal exceptions over RPC
7272
formatted_traceback = "\n".join(

0 commit comments

Comments
 (0)