fix: Fix flake8 linting errors

This commit is contained in:
Drikus Roor
2023-04-13 11:05:36 +02:00
parent 62edc148a8
commit abe01ab81e
3 changed files with 5 additions and 5 deletions

View File

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