From 46b84315ecff04e8eb457bc0ac1a10a95bb1b363 Mon Sep 17 00:00:00 2001 From: Nicholas Albion Date: Sat, 9 Sep 2023 11:16:11 +1000 Subject: [PATCH] get_step_code_changes() is undefined, commented out for now --- pilot/helpers/agents/Developer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pilot/helpers/agents/Developer.py b/pilot/helpers/agents/Developer.py index 47e4175..9ff9e60 100644 --- a/pilot/helpers/agents/Developer.py +++ b/pilot/helpers/agents/Developer.py @@ -259,7 +259,7 @@ class Developer(Agent): if type == 'COMMAND': for cmd in step_details: run_command_until_success(cmd['command'], cmd['timeout'], convo) - elif type == 'CODE_CHANGE': - code_changes_details = get_step_code_changes() + # elif type == 'CODE_CHANGE': + # code_changes_details = get_step_code_changes() # TODO: give to code monkey for implementation pass