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

Fix location of progress_bar #117

Open
lisaev1 opened this issue Nov 12, 2022 · 0 comments
Open

Fix location of progress_bar #117

lisaev1 opened this issue Nov 12, 2022 · 0 comments

Comments

@lisaev1
Copy link

lisaev1 commented Nov 12, 2022

I think in ampy/cli.py, progress_bar should be namespaced, i.e.

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.

Thanks!

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