Rename command & functions to execute_shell

This commit is contained in:
Bernhard Mueller
2023-04-13 11:04:26 +07:00
parent 940772b502
commit 3ff2323450
3 changed files with 5 additions and 5 deletions

View File

@@ -52,7 +52,7 @@ def execute_python_file(file):
def exec_shell(command_line):
def execute_shell(command_line):
old_dir = os.getcwd()