We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For instance, when packages are downloaded, the output line should only have a \r in order to update the percentage done. However, https://github.com/adafruit/Adafruit_Python_Shell/blob/main/adafruit_shell.py#L95 and https://github.com/adafruit/Adafruit_Python_Shell/blob/main/adafruit_shell.py#L92 always print a \n\r resulting in larger packages that were supposed to update a percent actually appear on separate lines. It's not super important, but would make this library better match the actual command output better.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For instance, when packages are downloaded, the output line should only have a \r in order to update the percentage done. However, https://github.com/adafruit/Adafruit_Python_Shell/blob/main/adafruit_shell.py#L95 and https://github.com/adafruit/Adafruit_Python_Shell/blob/main/adafruit_shell.py#L92 always print a \n\r resulting in larger packages that were supposed to update a percent actually appear on separate lines. It's not super important, but would make this library better match the actual command output better.
The text was updated successfully, but these errors were encountered: