Smaller fixes

This commit is contained in:
Zvonimir Sabljic
2023-08-03 16:21:34 +02:00
parent 5720a915a6
commit 3345f37bb3
3 changed files with 5 additions and 4 deletions

View File

@@ -100,7 +100,7 @@ class Project:
f.write(file_snapshot.content)
def ask_for_human_verification(self, message, description):
print(colored(message, "orange"))
print(colored(message, "yellow"))
print(description)
answer = ''
while answer != 'continue':