You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
cd command will return nothing because in Windows each command does not have a file attached to it.
help does have a executable and will return a path
The text was updated successfully, but these errors were encountered:
Stefanhg
added a commit
to Stefanhg/wexpect
that referenced
this issue
Sep 30, 2023
Describe the bug
When executing terminal commands the command_with_path = shutil.which(self.command) breaks Windows support
To Reproduce
Expected behavior
cd command will return nothing because in Windows each command does not have a file attached to it.
help does have a executable and will return a path
The text was updated successfully, but these errors were encountered: