diff --git a/main.py b/main.py index c0ea37d..5e72fc3 100644 --- a/main.py +++ b/main.py @@ -39,7 +39,7 @@ class Api: def run(self, command, cwd=None): command = shlex.split(command) - command[0] = os.path.normpath(command) + command[0] = os.path.normpath(command[0]) with Popen( command, stdout=PIPE,