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

Using progress bar prints an unneeded blank page #42

Open
ma-sadeghi opened this issue Dec 30, 2021 · 0 comments
Open

Using progress bar prints an unneeded blank page #42

ma-sadeghi opened this issue Dec 30, 2021 · 0 comments

Comments

@ma-sadeghi
Copy link

Running the following snippet (taken from the package docs):

global_logger(TerminalLogger(right_justify=120))
using ProgressLogging

@progress for i=1:100
    if i == 50
        @info "Middle of computation" i
    elseif i == 70
        println("Normal output does not interfere with progress bars")
    end
    sleep(0.01)
end
@info "Done"

Prints a blank page when the progress bar is finished (see below):

image

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