Skip to content

Commit

Permalink
uniform logging
Browse files Browse the repository at this point in the history
  • Loading branch information
khvn26 committed Dec 10, 2024
1 parent 6c084ed commit 9fd40cd
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,11 @@ def handle(self, *args: Any, **options: Any) -> None:
f"scanned={scanned_count}/{total_count}"
f"percentage={scanned_count/total_count*100:.2f}"
)
self.stdout.write(self.style.SUCCESS("Finished."))

self.stdout.write(
self.style.SUCCESS(
"finished"
f"scanned={scanned_count}/{total_count}"
f"percentage={scanned_count/total_count*100:.2f}"
)
)

0 comments on commit 9fd40cd

Please sign in to comment.