mirror of
https://github.com/OMGeeky/gpt-pilot.git
synced 2026-02-23 15:49:50 +01:00
Small fixes
This commit is contained in:
@@ -57,7 +57,7 @@ class Developer(Agent):
|
||||
for (i, step) in enumerate(task_steps):
|
||||
convo.load_branch('after_task_breakdown')
|
||||
if step['type'] == 'command':
|
||||
run_command_until_success(cmd['command'], cmd['timeout'], convo_dev_task)
|
||||
run_command_until_success(step['command'], step['command_timeout'], convo)
|
||||
elif step['type'] == 'code_change':
|
||||
print(f'Implementing code changes for `{step["code_change_description"]}`')
|
||||
code_monkey = CodeMonkey(self.project, self)
|
||||
|
||||
Reference in New Issue
Block a user