waf/RunOnSave

Error when the working_directory has a white space.

SSorinC opened this issue · 2 comments

There is a problem when the working_directory path has a white space.

Example: C:\Folder1\Name1 Name2\Folder2

The output will display only the first part "C:\Folder1\Name1"
There is a way to handle this situation?

Thank you!

waf commented

Hi @SSorinC, my apologies for completely missing this issue! I've been unable to recreate this issue. For example, I'm using the following .onsaveconfig file with a space in the working_directory value:

[*.cs]
command = dotnet
arguments = csharpier "{file}"
working_directory = C:\Projects - Personal\MySolution\MyProject

Could you please provide a sample onsaveconfig file that shows the issue?