Skip to content

Commit

Permalink
Print a message as a proof the script has been launched
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Dec 27, 2024
1 parent e1474d3 commit a3f5b5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extra_platforms/docs_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,4 +212,5 @@ def update_docs() -> None:


if __name__ == "__main__":
print("Updating documentation...")
sys.exit(update_docs()) # type: ignore[func-returns-value]

0 comments on commit a3f5b5a

Please sign in to comment.