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
Thank you @jorisvandenbossche. I seem to have solved the issue by modifying 3 lines of code. As this will be my first contribution towards the Pandas project I am struggling to write a git commit message that can be readily understood by the community. Would the following message be fine?
DOC: Fix whitespace in pathnames issue by wrapping paths with quotes (#20862)
When there is a space in the name of a parent directory, make.py fails to run.
This is the output of the command:
However, when after removing the space from the directory name (i.e. change 'Pandas Sprint' to 'PandasSprint') the python script executed as expected.
Hope this helps.
Thiviyan
The text was updated successfully, but these errors were encountered: