From b5cebb95dcdc2f76154eb5d32dbc88442a9e3e83 Mon Sep 17 00:00:00 2001 From: Nicholas Albion Date: Sat, 23 Sep 2023 17:21:06 +1000 Subject: [PATCH] linting --- pilot/helpers/agents/Developer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pilot/helpers/agents/Developer.py b/pilot/helpers/agents/Developer.py index 69e5364..bda64e8 100644 --- a/pilot/helpers/agents/Developer.py +++ b/pilot/helpers/agents/Developer.py @@ -350,7 +350,7 @@ class Developer(Agent): } }) - cli_response, llm_response = execute_command_and_check_cli_response(command, timeout, self.convo_os_specific_tech) + cli_response, llm_response = execute_command_and_check_cli_response(cmd, timeout_val, self.convo_os_specific_tech) return llm_response