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

progressbar text left behind when done #80

Open
jspaaks opened this issue Mar 11, 2021 · 1 comment
Open

progressbar text left behind when done #80

jspaaks opened this issue Mar 11, 2021 · 1 comment

Comments

@jspaaks
Copy link
Member

jspaaks commented Mar 11, 2021

noticable with short pwd strings like tmp

# assume fairtally is installed in user space or global
cd $(mktemp -d --tmpdir demo.XXXXXX)

then

┌─ 07:38:27 /tmp/demo.ALTn18 
└─ $ fairtally `cat rsd-urls.txt | tail -n 5`
fairtally progress: |████████████████████████████████████████████| 5/5
Completed fairtally on 5 URLs and written report to tally.html
┌─ 07:38:42 /tmp/demo.ALTn18  and written report to tally.html
└─ $ 
@abelsiqueira
Copy link

Another example in a clean shell:

$ env -i sh
sh-5.1$ ls
env  tally.html
sh-5.1$ . env/bin/activate
(env) sh-5.1$ fairtally https://github.com/JuliaSmoothOptimizers/NLPModels.jl
fairtally progress: |████████████████████████████████████████████| 1/1
Completed fairtally on 1 URLs and written report to tally.htmlPModels.jl
(env) sh-5.1$ tally on 1 URLs and written report to tally.html  

@jspaaks jspaaks removed their assignment Nov 21, 2022
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

2 participants