Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix for issue #215, #216, and #218 #219

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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):

@edenweb1 edenweb1 mentioned this pull request Nov 8, 2022
@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.

6 participants