From a3f5b5a025571b378e0b268b91c1fdadb0b0a60a Mon Sep 17 00:00:00 2001 From: Kevin Deldycke Date: Fri, 27 Dec 2024 11:38:15 +0100 Subject: [PATCH] Print a message as a proof the script has been launched --- extra_platforms/docs_update.py | 1 + 1 file changed, 1 insertion(+) diff --git a/extra_platforms/docs_update.py b/extra_platforms/docs_update.py index 88826bb..fdb4dad 100644 --- a/extra_platforms/docs_update.py +++ b/extra_platforms/docs_update.py @@ -212,4 +212,5 @@ def update_docs() -> None: if __name__ == "__main__": + print("Updating documentation...") sys.exit(update_docs()) # type: ignore[func-returns-value]