mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-02-01 10:24:56 -05:00
fix: Fix flake8 linting errors
This commit is contained in:
@@ -67,6 +67,7 @@ def execute_python_file(file):
|
||||
except Exception as e:
|
||||
return f"Error: {str(e)}"
|
||||
|
||||
|
||||
def execute_shell(command_line):
|
||||
|
||||
current_dir = os.getcwd()
|
||||
|
||||
Reference in New Issue
Block a user