Skip to content

Conversation

@Chrisa142857
Copy link

@Chrisa142857 Chrisa142857 commented Oct 24, 2020

Hello!

I've found and fixed a bug in line 38 in mAP/extra/remove_space.py. It's not working when I forcing the yes confirmation on yes/no query using --yes argument. I change

    if bypass:
        break

to

    if bypass:
        return True # if `force yes confirmation` return True

That's all!
Peace~

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.

1 participant