Closed TwistedTwigleg closed 2 years ago
Description of changes:
Fixes issue where the condition for checking if the type is a list would always return false.
false
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Thanks for the review! I changed it to isinstance 👍 Merging into main...
isinstance
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.