Skip to content

Commit

Permalink
docs: Change wording
Browse files Browse the repository at this point in the history
  • Loading branch information
jneo8 committed Oct 22, 2024
1 parent 5bd9c93 commit 46bd178
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cou/steps/backup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ async def backup(model: Model) -> Path:

# Note: a spinner is already running when this function is called,
# so to cleanly print text, we can use .info(), then restart the spinner.
# Not using `print` directly, because that will cause corrupted output
# while the spinner is running.
# info() stop the current spinner and print the text with symbol ℹ.
progress_indicator.info(f"Backed up MySQL to {local_file}")
# Restart the spinner with previous text
Expand Down

0 comments on commit 46bd178

Please sign in to comment.