Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth committed Aug 16, 2024
1 parent f85aaf7 commit 49d468a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Operations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -899,6 +899,7 @@ function download_artifacts(ctx::Context;
print(io, ansi_disablecursor)
first = true
timer = Timer(0, interval=1/10)
# TODO: Implement as a new MiniMultiProgressBar
main_bar = MiniProgressBar(; indent=1, header = "Downloading artifacts", color = :green, mode = :int, always_reprint=true)
main_bar.max = length(download_states)
while !is_done
Expand Down

0 comments on commit 49d468a

Please sign in to comment.