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

Found a bug in mAP/extra/remove_space.py #578

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

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