Skip to content

Conversation

SRamezanH
Copy link

a quick fix for issues #215, #216, and #218. caused by updates in asyncio.

@LoKiToon
Copy link

I also found an AttributeError with the camera annotate script..

File "cozmo/annotate.py", line 181, in add_img_box_to_image
    if isinstance(text, collections.Iterable):

I made a simple fix.

if isinstance(text, collections.abc.Iterable):

@mhuebert
Copy link

mhuebert commented Jan 7, 2023

loop=self.loop, should also be removed on line 452 of usbmux.py

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.

7 participants