We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0af232 commit 410b6f8Copy full SHA for 410b6f8
rabbitmq_amqp_python_client/entities.py
@@ -302,7 +302,7 @@ def _filter_message_properties(
302
Args:
303
message_properties: MessageProperties object containing application properties
304
"""
305
- if message_properties.__dict__ is not None:
+ if message_properties is not None:
306
# dictionary of symbols and described
307
filter_prop: Dict[symbol, Any] = {}
308
0 commit comments