From 5b1d2a46f18b010c9cec6d79958384340b81ebd4 Mon Sep 17 00:00:00 2001 From: Erik Danielsson <53212377+ErikDanielsson@users.noreply.github.com> Date: Fri, 5 Aug 2022 15:00:55 +0200 Subject: [PATCH] Update nf_core/modules/update.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: JĂșlia Mir Pedrol --- nf_core/modules/update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nf_core/modules/update.py b/nf_core/modules/update.py index b914943012..a5db4d4c19 100644 --- a/nf_core/modules/update.py +++ b/nf_core/modules/update.py @@ -323,7 +323,7 @@ def get_single_module_info(self, module): if current_branch != new_branch: log.warning( f"You are trying to update the '{Path(self.modules_repo.fullname, module)}' module from " - f"the '{new_branch}' branch which was installed from the '{current_branch}'" + f"the '{new_branch}' branch. This module was installed from the '{current_branch}'" ) switch = questionary.confirm(f"Do you want to update using the '{current_branch}' instead?").unsafe_ask() if switch: