mirror of
https://github.com/OMGeeky/gpt-pilot.git
synced 2026-01-18 16:34:06 +01:00
Fix
This commit is contained in:
@@ -18,6 +18,7 @@ from helpers.cli import execute_command
|
||||
class Developer(Agent):
|
||||
def __init__(self, project):
|
||||
super().__init__('full_stack_developer', project)
|
||||
self.run_command = None
|
||||
|
||||
def start_coding(self):
|
||||
self.project.current_step = 'coding'
|
||||
|
||||
Reference in New Issue
Block a user