get_step_code_changes() is undefined, commented out for now

This commit is contained in:
Nicholas Albion
2023-09-09 11:16:11 +10:00
parent 310220b719
commit 46b84315ec

View File

@@ -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