Skip to content

Commit 410b6f8

Browse files
Update rabbitmq_amqp_python_client/entities.py
Co-authored-by: Copilot <[email protected]>
1 parent c0af232 commit 410b6f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rabbitmq_amqp_python_client/entities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ def _filter_message_properties(
302302
Args:
303303
message_properties: MessageProperties object containing application properties
304304
"""
305-
if message_properties.__dict__ is not None:
305+
if message_properties is not None:
306306
# dictionary of symbols and described
307307
filter_prop: Dict[symbol, Any] = {}
308308

0 commit comments

Comments
 (0)