mirror of
https://github.com/aljazceru/gpt-engineer.git
synced 2025-12-17 12:45:26 +01:00
Fix the errors with parsing
This commit is contained in:
@@ -44,7 +44,9 @@ def main(
|
||||
)
|
||||
benchmarks.append((bench_folder, process, log_file))
|
||||
|
||||
print("You can stream the log file by running: tail -f {}".format(log_path))
|
||||
print("You can stream the log file by running:")
|
||||
print("tail -f {}".format(log_path))
|
||||
print()
|
||||
|
||||
for bench_folder, process, file in benchmarks:
|
||||
process.wait()
|
||||
|
||||
Reference in New Issue
Block a user