Skip to content

Commit 32f84bd

Browse files
[MegaLinter] Apply linters fixes
1 parent 2f378a2 commit 32f84bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

newrelic/hooks/messagebroker_kombu.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ def wrap_Producer_publish(wrapped, instance, args, kwargs):
9696
bound_args = bind_publish(*args, **kwargs)
9797
except Exception:
9898
_logger.debug(
99-
"Unable to bind arguments for kombu.messaging.Producer.publish. Report this issue to New Relic support.", record_exception=True
99+
"Unable to bind arguments for kombu.messaging.Producer.publish. Report this issue to New Relic support.",
100+
record_exception=True,
100101
)
101102
return wrapped(*args, **kwargs)
102103

0 commit comments

Comments
 (0)