From 7d2fa2bca77fc9f99f928a33115ec517e72882a1 Mon Sep 17 00:00:00 2001 From: Casper Welzel Andersen Date: Wed, 6 Jul 2022 15:32:30 +0200 Subject: [PATCH] Add extra new line --- tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks.py b/tasks.py index f7f4ebfd..7095926e 100644 --- a/tasks.py +++ b/tasks.py @@ -421,7 +421,7 @@ def write_file(full_path: Path, content: str) -> None: if result.stdout: sys.exit( "\u27b0 The following files have been changed/added/removed:\n\n" - f"{result.stdout}\nPlease stage them:\n git add " + f"{result.stdout}\nPlease stage them:\n\n git add " f"{docs_api_ref_dir.relative_to(basis_dir / repo_folder)}" ) print("\u2714 No changes - your API reference documentation is up-to-date !")