-
- Downloads
store: use positive type check in get_library_objects()
Instead of checking if an entry is not a string, let's directly check if the entry is a Library object. This fixes a compatibility issue with Python 2 where the strings were actually of type 'unicode'.
Please register or sign in to comment