Skip to content

Commit

Permalink
FIx
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytro-afanasiev committed Aug 21, 2024
1 parent 53d52f9 commit 60711b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modular_sdk/connections/rabbit_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def publish_sync(self, message, routing_key, correlation_id,
if not response:
_LOG.error(f'Message was not sent: routing_key={routing_key}, '
f'correlation_id={correlation_id}, '
f'callback_queue={callback_queue}'
f'callback_queue={callback_queue}, '
f'exchange={exchange}, content_type={content_type}')
raise ModularException(
code=504,
Expand Down

0 comments on commit 60711b3

Please sign in to comment.