Skip to content

Commit

Permalink
Progressbars should just move forward
Browse files Browse the repository at this point in the history
  • Loading branch information
lkarlslund committed Oct 26, 2022
1 parent d09546c commit 615be3a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/engine/analyzeobjects.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ func AnalyzeObjects(opts AnalyzeObjectsOptions) (pg Graph) {
}

pb := ui.ProgressBar("Analyzing graph", opts.MaxDepth)
pb.Add(-1)
for opts.MaxDepth >= processinground {
pb.Add(1)
if processinground == 2 {
Expand Down

0 comments on commit 615be3a

Please sign in to comment.