ProtobufGenerator icon indicating copy to clipboard operation
ProtobufGenerator copied to clipboard

Fails when path has spaces in it

Open ShaharHD opened this issue 6 years ago • 1 comments

I have a project name with spaces in the folder name - and it creates an issue:

The path name is "Test B"

From ProtobufGenerator: stderr: C:\Develop\Project1\gitlab\Test: warning: directory does not exist.
B\TestProtocol\Protocol: No such file or directory

From ProtobufGenerator: unhandled exception: C:\Develop\Project1\gitlab\Test: warning: directory does not exist.
B\TestProtocol\Protocol: No such file or directory

I solved it by having a path with no space - but should be easy to fix

ShaharHD avatar Dec 20 '18 13:12 ShaharHD

@halotron, there is already a pull request for this. Please merge.

falahati avatar Mar 03 '19 13:03 falahati