mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-02-01 18:35:00 -05:00
Rename command & functions to execute_shell
This commit is contained in:
@@ -52,7 +52,7 @@ def execute_python_file(file):
|
||||
|
||||
|
||||
|
||||
def exec_shell(command_line):
|
||||
def execute_shell(command_line):
|
||||
|
||||
old_dir = os.getcwd()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user