From b2ce8dc7ee24b9828fb12ccce2ef511aa67a26ce Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Thu, 16 Nov 2023 18:46:26 -0800 Subject: [PATCH] Update a message --- one_click.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/one_click.py b/one_click.py index 113db8b5..e4662876 100644 --- a/one_click.py +++ b/one_click.py @@ -242,7 +242,7 @@ def update_requirements(initial_installation=False): # Check for differences in installation file hashes for file_name in files_to_check: if before_pull_hashes[file_name] != after_pull_hashes[file_name]: - print(f"File '{file_name}' was updated during 'git pull'. Please run the script again.") + print_big_message(f"File '{file_name}' was updated during 'git pull'. Please run the script again.") exit(1) # Extensions requirements are installed only during the initial install by default.