You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dahlia(marker=[1]) currently raises TypeError: can only concatenate list (not "str") to list.
I feel like one should expect to see TypeError: the marker has to be a string
The text was updated successfully, but these errors were encountered:
Dahlia(marker=[1])
currently raisesTypeError: can only concatenate list (not "str") to list
.I feel like one should expect to see
TypeError: the marker has to be a string
The text was updated successfully, but these errors were encountered: