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

BUG: --show-progress doesn't work correctly (at least on RasPiOS Bookworm) #4

Open
rodneyshupe opened this issue Apr 24, 2024 · 1 comment

Comments

@rodneyshupe
Copy link
Contributor

The strings for True and False don't evaluate properly. I suggest adding some logic to cover this:

if args.show_progress:
    SHOW_PROGRESS = args.show_progress
    if SHOW_PROGRESS == "True":
        SHOW_PROGRESS = True
    elif SHOW_PROGRESS == "False":
        SHOW_PROGRESS = False
@rodneyshupe
Copy link
Contributor Author

This is fixed in the pull request I just submitted.

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

No branches or pull requests

1 participant