mirror of
https://github.com/OMGeeky/gpt-pilot.git
synced 2026-01-24 19:00:27 +01:00
get_app_by_user_workspace(user_id, workspace)
This commit is contained in:
@@ -248,7 +248,7 @@ class Developer(Agent):
|
||||
'step_type': type,
|
||||
'directory_tree': directory_tree,
|
||||
'step_index': step_index
|
||||
}, EXECUTE_COMMANDS);
|
||||
}, EXECUTE_COMMANDS)
|
||||
if type == 'COMMAND':
|
||||
for cmd in step_details:
|
||||
run_command_until_success(cmd['command'], cmd['timeout'], convo)
|
||||
|
||||
Reference in New Issue
Block a user