mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 08:07:56 +01:00
Update a message
This commit is contained in:
parent
780b00e1cf
commit
b2ce8dc7ee
@ -242,7 +242,7 @@ def update_requirements(initial_installation=False):
|
|||||||
# Check for differences in installation file hashes
|
# Check for differences in installation file hashes
|
||||||
for file_name in files_to_check:
|
for file_name in files_to_check:
|
||||||
if before_pull_hashes[file_name] != after_pull_hashes[file_name]:
|
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)
|
exit(1)
|
||||||
|
|
||||||
# Extensions requirements are installed only during the initial install by default.
|
# Extensions requirements are installed only during the initial install by default.
|
||||||
|
Loading…
Reference in New Issue
Block a user