mirror of
https://github.com/OMGeeky/gpt-pilot.git
synced 2026-02-23 15:49:50 +01:00
Smaller fixes
This commit is contained in:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user