From 6511e308c952c045efa416a7f3c27dae2087d8c3 Mon Sep 17 00:00:00 2001 From: Maria Ramos <mariayellowd@gmail.com> Date: Tue, 18 May 2021 05:32:46 +0200 Subject: [PATCH] Adding space --- zenodo_assistant/zenodo_tutorial.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zenodo_assistant/zenodo_tutorial.py b/zenodo_assistant/zenodo_tutorial.py index f69be6c..48ed652 100644 --- a/zenodo_assistant/zenodo_tutorial.py +++ b/zenodo_assistant/zenodo_tutorial.py @@ -48,7 +48,7 @@ print(welcome_message) # Zenodo review input(f"Press {enter} to see the review. Click {done} when you finish.") zenodo_review() -input(f"Excellent! Let's start the assistant to upload your file. Press {enter}.") +input(f"Excellent!\nLet's start the assistant to upload your file. Press {enter}.") os.system("clear") -- GitLab