Update benchmarking

This commit is contained in:
Anton Osika
2023-06-18 15:16:20 +02:00
parent a038117efa
commit 2e4baf7fe1
2 changed files with 38 additions and 19 deletions

View File

@@ -142,9 +142,9 @@ def execute_entrypoint(ai, dbs):
print()
print(command)
print()
print('If yes, type "yes". If no, press enter.')
print('If yes, press enter. Otherwise, type "no"')
print()
if input().lower() != "yes":
if input() != "":
print("Ok, not executing the code.")
return []
print("Executing the code...")