Skip to content
This repository was archived by the owner on Apr 8, 2026. It is now read-only.

Handle "make" for paths with spaces#44

Open
tchlux wants to merge 1 commit into
openai:masterfrom
tchlux:patch-1
Open

Handle "make" for paths with spaces#44
tchlux wants to merge 1 commit into
openai:masterfrom
tchlux:patch-1

Conversation

@tchlux
Copy link
Copy Markdown

@tchlux tchlux commented Dec 30, 2020

The path stored in dirname contained a space for my install. This was causing the os.system "make" command to fail. Adding quotes to the command fixes it as far as I can tell (running macOS 11.1, Python 3.6.12, zsh 5.12).

The path stored in `dirname` contained a space for my install. This was causing the `os.system` "make" command to fail. Adding quotes to the command fixes it as far as I can tell (running `macOS 11.1`, `Python 3.6.12`, `zsh 5.12`).
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant