Skip to content

Commit

Permalink
formatting update
Browse files Browse the repository at this point in the history
  • Loading branch information
Yves Ulrich Tittes committed Nov 11, 2024
1 parent 84a2724 commit 617e4ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions LS_Metadata_reader/metadata_parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,7 @@ func startProgressReporter(progressTracker *ProgressTracker) {
progress := float64(completed) / float64(total) * 100
fmt.Printf("\rProgress: %.2f%%", progress)
if completed >= total {
fmt.Printf("\n")
break
}
time.Sleep(100 * time.Millisecond)
Expand Down

0 comments on commit 617e4ed

Please sign in to comment.