From bd06af21882ef6885a95359f0dcea34bd07cb97f Mon Sep 17 00:00:00 2001 From: Maria Ramos <mariayellowd@gmail.com> Date: Tue, 11 May 2021 23:23:59 +0200 Subject: [PATCH] Update Zenodo Assistant --- git_assistant/git_tutorial.py | 1 + zenodo_assistant/zenodo_tutorial.py | 1 + 2 files changed, 2 insertions(+) diff --git a/git_assistant/git_tutorial.py b/git_assistant/git_tutorial.py index b9b0d39..2135f98 100644 --- a/git_assistant/git_tutorial.py +++ b/git_assistant/git_tutorial.py @@ -279,3 +279,4 @@ while push_answer =="n": # End of tutorial if push_answer == "y": print("\nAlright! You have reached the end of this tutorial.\n") +input("\nPress {enter} to continue.\n") \ No newline at end of file diff --git a/zenodo_assistant/zenodo_tutorial.py b/zenodo_assistant/zenodo_tutorial.py index edd270e..d432b34 100644 --- a/zenodo_assistant/zenodo_tutorial.py +++ b/zenodo_assistant/zenodo_tutorial.py @@ -213,3 +213,4 @@ before publishing. """ print(success_message) +input(f"\nPress {enter} to continue.") \ No newline at end of file -- GitLab