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
I think in ampy/cli.py, progress_bar should be namespaced, i.e.
ampy/cli.py
progress_bar
ampy/cli.py: ... 31 from progress_bar import PorgressBar 32 from progress_bar import PorgressBarBath ...
should be
ampy/cli.py: ... 31 from ampy.progress_bar import PorgressBar 32 from ampy.progress_bar import PorgressBarBath ...
similar to files and pyboard.
files
pyboard
Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I think in
ampy/cli.py
,progress_bar
should be namespaced, i.e.should be
similar to
files
andpyboard
.Thanks!
The text was updated successfully, but these errors were encountered: