ProtobufGenerator
ProtobufGenerator copied to clipboard
Fails when path has spaces in it
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
@halotron, there is already a pull request for this. Please merge.