Open luqiang21 opened 4 years ago
Currently, if a card has no labels, self.__card.labels is None not [] which throws error.
self.__card.labels
None
[]
Currently, if a card has no labels,
self.__card.labels
isNone
not[]
which throws error.