Skip to content

Conversation

@xerox1101
Copy link

Using type(list) doesn't work for all possible types and isinstance() is a safer way to check this. This was failing with Python 2.7.10 when passing a list of specific digital channels to the _build() routine in export_data2() but could also happen in other places in the code.

Using type(list) doesn't work for all possible types and isinstance() is a safer way to check this. This was happening with Python 2.7.10 when passing a list of specific digital channels to the _build() routine in export_data2() but could also happen in other places in the code.
@ppannuto ppannuto merged commit e19be04 into ppannuto:master Aug 16, 2016
@ppannuto
Copy link
Owner

[That CI failure is benign]

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants