Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Paths with spaces not working in config file #89

Closed
demonbane opened this issue Oct 12, 2019 · 2 comments
Closed

Paths with spaces not working in config file #89

demonbane opened this issue Oct 12, 2019 · 2 comments
Labels
bug Something isn't working

Comments

@demonbane
Copy link
Contributor

I'm trying to provide a path for --font in the config file, and no matter what combination of ', ", and \ I try, paths with spaces never get recognized. It works fine from the command line, but in the config file no luck. Among the variants I've tried:

--font /Path/to/file name.ttf
--font /Path/to/file\ name.ttf
--font "/Path/to/file name.ttf"
--font '/Path/to/file name.ttf'
--font "/Path/to/file\ name.ttf"
--font '/Path/to/file\ name.ttf'
--font /Path/to/file\\ name.ttf
--font /Path/to/file\\\ name.ttf
@ehendrix23 ehendrix23 added the bug Something isn't working label Oct 14, 2019
@ehendrix23
Copy link
Owner

This is a bug. You can combine command line and config file so for now work-around would be to provide --font on command line.

@ehendrix23
Copy link
Owner

Fixed in release 0.1.16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants