There is a bug if you use spaces in the name: they aren't being encoded correctly for URLs. In this case, "+" was used when the output was written to the file system, which got encoded as %20.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
There is a bug if you use spaces in the name: they aren't being encoded correctly for URLs. In this case, "+" was used when the output was written to the file system, which got encoded as %20.