put file path in quotes, it might contain spaces #2
Loading…
Reference in a new issue
No description provided.
Delete branch "fix-if-statement"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Right now, file paths with spaces (e.g.
Verwaltungsklagen/22_Nami nbg hbf Gewahrsam/19-Zustimmung-ohne-Verhandlung.pdf
) throw this error:This is because without quotes, the filename is interpreted as several words instead of one path. This PR fixes it :)