OpenHands icon indicating copy to clipboard operation
OpenHands copied to clipboard

Fix spaces in path

Open tofarr opened this issue 1 year ago • 0 comments

This is intended to fix https://github.com/All-Hands-AI/OpenHands/issues/3529

Basically I escape the pass passed to the subprocess (Paths used by python directly should not be escaped and do not change)

Reproducing the issue:

  • I cloned the repo into a directory $HOME/all-hands/path with spaces/
  • make build
  • make run

tofarr avatar Aug 22 '24 18:08 tofarr