aws / aws-iot-device-sdk-python

SDK for connecting to AWS IoT from a device using Python.
Apache License 2.0
683 stars 426 forks source link

Fixed list type check condition always returning false #307

Closed TwistedTwigleg closed 2 years ago

TwistedTwigleg commented 2 years ago

Description of changes:

Fixes issue where the condition for checking if the type is a list would always return false.


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

TwistedTwigleg commented 2 years ago

Thanks for the review! I changed it to isinstance 👍 Merging into main...